Answer Posted / manikanta
#include "stdio.h"
main()
{
printf(" %%d ");
}
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why malloc is faster than calloc?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Why does notstrcat(string, "!");Work?
What is modifier & how many types of modifiers available in c?
Explain how does free() know explain how much memory to release?
Are the variables argc and argv are local to main?
Why c is called free form language?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Explain 'far' and 'near' pointers in c.
Write a program of prime number using recursion.
What is difference between far and near pointers?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
How #define works?
What is the difference between malloc() and calloc() function in c language?
Explain the difference between exit() and _exit() function?