(A) 01
(B) 02
(C) 256
(D) No limits
Tag: C++ Programming
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
Can a for loop contain another for loop?
(A) Yes
(B) No
(C) Compilation error
(D) Runtime error
Can we overload main function?
(A) No
(B) Yes
(C) Error
(D) None of the above
Which operator has more precedence?
(A) +
(B) –
(C) *
(D) ++
Which operator can’t be overloaded?
(A) +
(B) –
(C) *
(D) ::
What is the default value of bool datatype?
(A) true
(B) false
(C) Both A & B
(D) None of the above