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
Name the implicit member functions of a class.
What is the difference between equal to (==) and assignment operator (=)?
Is c++ a high level language?
What is endl c++?
Is overriding possible in c++?
What character terminates all character array strings a) b) . c) END
Why Pointers are not used in C++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What are the types of container classes?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What are abstract data types in c++?
What is the type of 'this' pointer? When does it get created?
What is using namespace std in cpp?
Is java as fast as c++?