Which of the following is correct range of long double float datatype?
a) 3.4x10-38 to 3.4x1038
b) 1.7x10-308 to 1.7x10308
c) 1.7x10-4932 to 1.7x104932
d) none of these
Which of the following datatype holds two values 1 for true and 0 for false?
a) character datatype
b) integer datatype
c) floating point datatype
d) Boolean datatype
Type Casting Operator
The process of converting the data type of a value during execution is called……
a) type casting
b) constant qualifier
c) character data type
d) none of these
How many types of type casting operator?
a) one
b) two
c) three
d) four
Explanation: Implicit type casting, Explicit type casting
Which of the following typecasting operator does not require?
a) implicit type casting
b) explicit type casting
c) exploit type casting
d) none of these