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
Is return a keyword in c?
how do you execute a c program in unix.
What is the default value of local and global variables in c?
What does 4d mean in c?
What is preprocessor with example?
When is a “switch” statement preferable over an “if” statement?
When is a void pointer used?
How can you draw circles in C?
Is c language still used?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Explain how can you avoid including a header more than once?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is a floating point in c?
Write a program for finding factorial of a number.
What is a nested loop?