⟩ Which parameter is legal for non-type template? a) pointer to member b) object c) class d) none of the mentioned
a) pointer to member
a) pointer to member
What does a escape code represent? a) alert b) backslash c) tab d) form feed
In C++, what is the sign of character data type by default? a) Signed b) Unsigned c) Implementation dependent d) None of these
Pick the odd one out a) array type b) character type c) boolean type d) integer type
Pick the odd one out. a) integer, character, boolean, floating b) enumeration, classes c) integer, enum, void d) arrays, pointer, classes
What is the size of wchar_t in C++? a) 2 b) 4 c) 2 or 4 d) based on the number of bits in the system
What constant defined in <climits> header returns the number of bits in a char? a) CHAR_SIZE b) SIZE_CHAR c) BIT_CHAR d) CHAR_BIT
What is virtual base class?
Do you know the use of Vtable?
What is Dynamic Binding?
What is Static Binding?