Contents

How many can max number of arguments present in function in the c99 compiler?
a) 99      
b) 90                      
c) 102    
d) 127

d

What does math function acos stand for?
a) inverse of cosine           
b) inverse of sine
c) inverse of tangent
d) floor of x

a

Constant function in C++ can be declared as…..
a) void display   
b) void display () const
c) Const void display ()     
d) void const display ()

b

Where does the execution of program starts?
a) user-define function
b) main function
c) void function       
d) none of these

b

A friend function does not have 'this' pointer associated with it……
a) true                                   
b) false
c) may be                             
d) can’t say

a

A programmer can create custom header files that must be end with…….
a) .h extension    
b) .I extension
c) .IOS extension
d) .a extension

a