What is/are correct range of integer variables?
a) -32767to +32767
b) -32768 to +32767
c) -32765 to +32765
d) -32764 to +32768
What is/are correct range of float variable?
a) 3.3X10-38 to 3.3X1038
b) 3.5X10-38 to 3.5X1038
c) 3.4X10-38 to 3.4X1038
d) 3.6X10-38 to 3.6X1038
The process of converting one data type into other data type is called.
a) typecasting
b) changing
c) converting
d) none of these
How many types of typecasting?
a) one
b) two
c) three
d) four
(Implicit typecasting, Explicit typecasting)
The typecasting that is performed automatically by C program.
a) implicit typecasting
b) explicit typecasting
c) both a & b
d) none of these
Assigning the name and data type that a variable can hold is called.
a) declaration
b) initialization
c) assigning variable
d) none of these