STL (140)
OOPS (873)
C++ General (2409)
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)
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Explain mutable storage class specifier.
What is a c++ map?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is stl containers in c++?
Explain how functions are classified in C++ ?
What is a pointer how and when is it used?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
How do you add an element to a set in c++?
Explain the advantages of inheritance.
What is encapsulation c#?
What is operators in c++?
What are guid? Why does com need guids?