Final Term
1.
All A template function must have at least ---------- generic data type
2.
Which of the following statement is best regarding declaration of friend function?
3. Which one of the following is the declaration of overloaded pre-increment operator implemented as
member function?
4. Class is a user defined___________.
5.
How many bytes will the pointer intPtr of type int move in the following statement? intPtr += 3 ;
6.
Which of the following is the correct C++ syntax to allocate space dynamically for an array of 10 int?
7. A Pointer is a special variable that contain
8. When a value is referred by a normal variable then it is known as,
9.
Which of the following function is used to increase the size of already allocated memory chunk?
10. Which of the following is NOT a preprocessor directive?