16 .
What is the output of this program ?

#include <`iostream`>    (Please neglect `` this signs)
#include <`limits`>    (Please neglect `` this signs)
using namespace std;
int main( )
{
cout << numeric_limits :: max() << endl;
}
A.53723
B. 32423
C. 32767
D.53462
View AnswerAns: 32767
17 .
Identify the user-defined types from the following ?
A.enumeration
B. classes
C. both a and b
D.int
View AnswerAns: both a and b
18 .
The value 132.54 can represented using which data type ?
A.double
B. void
C. int
D.bool
View AnswerAns: double
19 .
When language has the capability to produce new data type mean, it can be called as
A.overloaded
B. extensible
C. encapsulated
D.reprehensible
View AnswerAns: extensible
20 .
What are the operators available in dynamic memory allocation ?
A.new
B. delete
C. compare
D.both a and b
View AnswerAns: both a and b