Question: 5. Write a C function void int2str(int a, char s()) that converts integer a to its string representation and stores in char array s. For
5. Write a C function void int2str(int a, char s()) that converts integer a to its string representation and stores in char array s. For example, char ns[11]; int2str(1234, ns); printf("%s",ns); will print 1234
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
