Contents

Header files in C++ contain ………
a) keywords                         
b) formulas
c) comments
d) standard library functions

d

Which symbol is used to write the name of header file?
a) []        
b) ()                        
c) <>      
d) <<>>

a

The header files are written on the ……. Of program.
a) top                                    
b) bottom
c) anywhere                         
d) middle

a

What is the extension of header is?
a) .cpp   
b) .txt    
c) .c                        
d) .h

d

Which header file contains standard input/output functions and objects?
a) iostream.h                      
b) math.h
c) time.h                                               
d) string.h

a

Which header file contains common mathematical functions finding the square root of a number?
a) iostream.h                       
b) math.h
c) time.h                                               
d) string.h

b