(A) 01
(B) 02
(C) 256
(D) No limits
Category: C++ Programming Mcqs
C++ Programming Mcqs for Screening tests, Interviews, Viva and Other competitive exams. C++ Programming Mcqs section will help users to prepare mcqs of C++ Programming for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, Software engineer and all other Competitive Exams can prepare their C++ programming portion from here.
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