(A) Constructor overloading
(B) Destructor overloading
(C) Operator overloading
(D) None of the above
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.
What is the default return value of the function?
(A) int
(B) char
(C) void
(D) float
How many types of comments are there in C++?
(A) 01
(B) 02
(C) 03
(D) 04
How many characters are specified in the ASCII scheme?
(A) 64
(B) 128
(C) 256
(D) 512
Identify the user defined types?
(A) classes
(B) enumeration
(C) Both A & B
(D) int
Which datatype is best suited to represent logical values?
(A) char
(B) boolean
(C) float
(D) int
Which operator is overloaded for a cout object?
(A) >
(B) <
(C) <<
(D) >>
Which of the following is a abstract datatype?
(A) string
(B) class
(C) float
(D) int