⟩ What is meant by template parameter? a) It can be used to pass a type as argument b) It can be used to evaluate a type. c) It can of no return type d) None of the mentioned
a) It can be used to pass a type as argument
a) It can be used to pass a type as argument
Which type is best suited to represent the logical values? a) integer b) boolean c) character d) all of the mentioned
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?