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
What are containers in c++?
What is a multiset c++?
How one would use switch in a program?
Explain unexpected() function?
What is expression parser in c++
Where do I find the current c or c++ standard documents?
What are the unique features of C++.
What do you understand by a pure virtual member function?
What is the use of register keyword with the variables?
What language is a dll written in?
What will the line of code below print out and why?
What is the real purpose of class – to export data?
Is ca high or low level language?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Define a constructor - what it is and how it might be called (2 methods)?