What is the purpose of sprintf() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the diffrent between while and do while statement ?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
What is void pointers in c?
How does selection sort work in c?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
diff .between strcture and union
How can I find out how much free space is available on disk?
What are local variables c?
What is realloc in c?
How can I implement sets or arrays of bits?