(A) Constructor overloading
(B) Destructor overloading
(C) Operator overloading
(D) None of the above
Tag: C++ Programming Language
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