STL (140)
OOPS (873)
C++ General (2409) Is recursion allowed in inline functions?
What is namespace std; and what is consists of?
What is class encapsulation?
Are there interfaces in c++?
What are vectors used for in c++?
Define a nested class.
What do you know about Volatile keyword in C++? Explain with an example code.
Define upcasting.
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
explain the term 'resource acquisition is initialization'?
the maximum length of a character constant can be a) 2 b) 1 c) 8
How do pointers work?
How to declare a function pointer?
Without using third variable write a code to swap two numbers.