What type of function is a constructor?
Size of an empty class is __ byte.
The name of the '::' operator is _____________ operator.
Consider the following C++ statement:
D = atan(random(2));
The maximum value of 'D' is s/4 where 's' is
Pointer representation of the array T[2][3] is
LIFO concept is followed by
Key used to save a C++ program is
The default acces level spefier of a structure in C++ is
Which of the following is an exit controlled loop?
The output of the following code is
#include<iostream.h>
#define f(a) a * a
void main()
{
cout<<f(3+3);
}