What is the output of printf("%d")?
Answer Posted / mounika
it will get syntaxerror
| Is This Answer Correct ? | 6 Yes | 64 No |
Post New Answer View All Answers
Explain the virtual inheritance in c++.
What is tellg () in c++?
what is upcasting in C++?
What are move semantics?
What is expression parser in c++
What is the difference between equal to (==) and assignment operator (=)?
What is anonymous object in c++?
Do class declarations end with a semicolon?
Comment on assignment operator in c++.
Is c++ a float?
What do you mean by a template?
Mention the storage classes in c++.
What are arithmetic operators?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Program to check whether a word is a sub-string or not of a string typed