C/C++ MCQs

Which of the following correctly describe C++ language?
A. Statically typed language
B. Dynamically typed language
C. Both statically and dynamically language
D. Type less language

Which of the following keyword supports dynamic method resolution?
A. Abstract
B. Virtual
C. Dynamic
D. Typed

Which of the following is not true about preprocessive directives?
A. They begin with hash symbol
B. They are processed by a processor
C. They form an integral part of the code
D. They have to end with a semicolon

Which of the following is correct comment syntax?
A. */comment*/
B. **comment**/
C. /*comment*/
D. {comment}

Which of the following is not a correct variable type?
A. float
B. real
C. int
D. double