What is the output of printf("%d")?
Answer Posted / mousam sahu
it will give the statement missing error
bcoz printf must have the statment ilke ;
| Is This Answer Correct ? | 2 Yes | 16 No |
Post New Answer View All Answers
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Which ide is best for c++?
How do you sort a sort function in c++ to sort in descending order?
What is the difference between the functions memmove() and memcpy()?
Where are setjmp and longjmp used in c++?
What is searching? Explain linear and binary search.
When do we use copy constructors?
What is the auto keyword good for in c++?
Why c++ is so important?
How java is different from c and c++?
Is c++ used anymore?
When must you use a pointer rather than a reference?
How does atoi function work?
What is c strings syntax?
Define what is constructor?