write a program that will print %d in the output screen??
Answer Posted / sachin tyagi
main()
{
printf("%d");
}
| Is This Answer Correct ? | 2 Yes | 59 No |
Post New Answer View All Answers
Write a program to reverse a given number in c language?
How many header files are in c?
What is integer constants?
What is #include stdio h?
What is switch in c?
What are the uses of null pointers?
Why is c faster?
What is a void * in c?
Can main () be called recursively?
What is string constants?
Where is c used?
Why n++ execute faster than n+1 ?
Define Spanning-Tree Protocol (STP)
What header files do I need in order to define the standard library functions I use?
Why is void main used?