Answer Posted / manikanta
#include "stdio.h"
main()
{
printf(" %%d ");
}
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is c programming structure?
How can I recover the file name given an open stream or file descriptor?
What does c mean in standard form?
Can we replace the struct function in tree syntax with a union?
What is the explanation for modular programming?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Explain function?
What is the advantage of an array over individual variables?
Why is c faster?
explain what is fifo?
Explain the properties of union.
What is use of integral promotions in c?
What are pointers? Why are they used?
What is null pointer in c?