How is c++ used in the real world?
No Answer is Posted For this Question
Be the First to Post Answer
What is anonymous object in c++?
What is compilation?
What is Pure Virtual Function? Why and when it is used ?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
Write about a nested class and mention its use?
What is input operator in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
why can't we declare data member of class auto register or extern
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is flush () in c++?
What is a static member?
In c++, what is the difference between method overloading and method overriding?