What are the rules about using an underscore in a c++ identifier?
No Answer is Posted For this Question
Be the First to Post Answer
What are virtual functions and what is its use?
Is string an object in c++?
How the endl and setw manipulator works?
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)
How much is size of struct having 1 char & 1 integer?
List the issue that the auto_ptr object handles?
What are the types of pointer?
Comment on c++ standard exceptions?
Explain the uses of static class data?
What is a loop? What are different types of loops in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
How do you add an element to a set in c++?