C++ Type Checking Question:
Download Questions PDF

The value 132.54 can represented using which data type?
a) double
b) void
c) int
d) bool

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

Answer:

a) double

Download C++ Type Checking Interview Questions And Answers PDF

Previous QuestionNext Question
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
Identify the user-defined types from the following?
a) enumeration
b) classes
c) both a and b
d) int