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 do you declare A pointer to function which receives an int pointer and returns a float pointer
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Explain the volatile and mutable keywords.
How to defines the function in c++?
What do you mean by function and operator overloading in c++?
what is oops and list its features in c++?
What is a lambda function c++?
What is #include sstream?
Implement stack operations with pointers with appropriate exception checks.
Is dev c++ a good compiler?
What are the benefits of oop in c++?
Why should we use null or zero in a program?
why is c++ called oops? Explain
What do you mean by inheritance in c++?
Give an example of run-time polymorphism/virtual functions.