How many can max number of arguments present in function in the c99 compiler?
a) 99
b) 90
c) 102
d) 127
What does math function acos stand for?
a) inverse of cosine
b) inverse of sine
c) inverse of tangent
d) floor of x
Constant function in C++ can be declared as…..
a) void display
b) void display () const
c) Const void display ()
d) void const display ()
Where does the execution of program starts?
a) user-define function
b) main function
c) void function
d) none of these
A friend function does not have 'this' pointer associated with it……
a) true
b) false
c) may be
d) can’t say
A programmer can create custom header files that must be end with…….
a) .h extension
b) .I extension
c) .IOS extension
d) .a extension