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
Does c++ have a hash table?
Is c++ fully object oriented?
What is enum c++?
What are the 3 levels of programming languages?
What is a c++ object?
What is difference between class and structure in c++?
Explain what is oop?
Describe delete operator?
Differentiate between a copy constructor and an overloaded assignment operator.
Why do we use using namespace std in c++?
What is buffer and example?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is iostream in c++ used for?
What are static member functions?