Contents

The number of bytes used by long int data types in C++ is……
a) 2                        
b) 4                        
c) 12                      
d) 16

b

An integer variable can store the values
a) -1.1   
b) “123”               
c) 425    
d) 2.33

c

The integer, long and short data types are known as…….
a) integer data types         
b) non-integer data types
c) float data types
d) non-numeric data types

a

The data type that can handle decimal places is called…..
a) long   
b) float 
c) char   
d) int

b

The number of bytes used by float data type in C++ is……
a) 2                        
b) 4                        
c) 12                      
d) 16

b

The number of bytes used by double data type in C++ is……
a) 2                        
b) 8                        
c) 12                      
d) 16

b