Is vector a class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How size of a class can be calulated?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Array base access faster or pointer base access is faster?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
How many different levels of pointers are there?
What are the basics of local (auto) objects?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is unary operator? List out the different operators involved in the unary operator.
What do you mean by friend class & friend function in c++?
Differentiate between the manipulator and setf( ) function?
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
What is data types c++?