Question: 5. Write a C function void int2binstr(int a, char s[)) that converts integer a to its string representation and stores in char arrays. For example,

5. Write a C function void int2binstr(int a, char s[)) that converts integer a to its string representation and stores in char arrays. For example, char ns[11]; int2binstr(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
