Answer Posted / sumankumar
printf("%%d");
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What’s a signal? Explain what do I use signals for?
What is pragma c?
How can I prevent another program from modifying part of a file that I am modifying?
number of times a digit is present in a number
Explain 'bus error'?
Explain the properties of union.
What is the use of #include in c?
Write a program to reverse a given number in c?
What is the size of structure pointer in c?
What's the difference between constant char *p and char * constant p?
What are the different properties of variable number of arguments?
What is your stream meaning?
What is the difference between exit() and _exit() function in c?
What are the different types of pointers used in c language?
write a c program for swapping two strings using pointer