(A) //
(B) */
(C) /*
(D) /* …. */
Author:
Which of the following is correct operator to compare two variables?
(A) ?:
(B) =
(C) equal
(D) ==
Program syntax errors are detected by?
(A) Compiler
(B) Debugger
(C) Loader
(D) Linker
The .exe file is produced by?
(A) Linker
(B) Loader
(C) Interpreter
(D) Compiler
Can we have constructor in Abstract class?
(A) Yes
(B) No
How many object can be created for a particular class?
(A) 01
(B) 02
(C) 256
(D) No limits
C++ is superset of which language?
(A) Python
(B) Pascal
(C) C Language
(D) Java
A function which called itself called?
(A) Main function
(B) Recursive function
(C) Pre defined function
(D) User defined function