Contents

What is/are correct range of integer variables?
a) -32767to +32767                           
b) -32768 to +32767
c) -32765 to +32765                          
d) -32764 to +32768

b

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    

c

The process of converting one data type into other data type is called.
a) typecasting                                     

b) changing
c) converting                                        

d) none of these

a

How many types of typecasting?
a) one                                                    

b) two
c) three                                                  

d) four

b

(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

a

Assigning the name and data type that a variable can hold is called.
a) declaration                                     

b) initialization
c) assigning variable                           

d) none of these

a