Answer Posted / rashmi
# include <stdio.h>
main()
{
printf("%d");
}
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Why is c called c not d or e?
If null and 0 are equivalent as null pointer constants, which should I use?
What is chain pointer in c?
What is the purpose of sprintf?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is extern keyword in c?
Tell me what is null pointer in c?
What is a memory leak? How to avoid it?
What is a double c?
What is s in c?
How can I open a file so that other programs can update it at the same time?
what do the 'c' and 'v' in argc and argv stand for?
What is the advantage of an array over individual variables?
What is the most efficient way to count the number of bits which are set in an integer?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above