(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
A class which contain inside another class called?
(A) Static class
(B) Local class
(C) Global class
(D) Nested class
Exception always occurred at?
(A) Compile-time
(B) Run-time
(C) Syntax error
(D) All of the above
Which of the following can’t be a friend?
(A) Function
(B) Class
(C) Object
(D) None of the above