C++ Type Checking Question:
Download Questions PDF

When a language has the capability to produce new data type mean, it can be called as
a) overloaded
b) extensible
c) encapsulated
d) reprehensible

C++ Type Checking Interview Question
C++ Type Checking Interview Question

Answer:

b) extensible

Download C++ Type Checking Interview Questions And Answers PDF

Previous QuestionNext Question
Pick the odd one out.
a) integer, character, boolean, floating
b) enumeration, classes
c) integer, enum, void
d) arrays, pointer, classes
The value 132.54 can represented using which data type?
a) double
b) void
c) int
d) bool