11 .
How many types of loops are there ?
A.1
B. 2
C. 3
D.4
View AnswerAns: 4
12 .
What is the size of wchar_t in C++ ?
A.2
B. 4
C. 8
D.Based on the number of bits in the system
View AnswerAns: Based on the number of bits in the system
13 .
What is the size of wchar_t in C++ ?
A.2
B. 4
C. 8
D.Based on the number of bits in the system
View AnswerAns: Based on the number of bits in the system
14 .
In which of the following we cannot overload the function ?
A.return function
B. caller
C. called function
D.none of the mentioned
View AnswerAns: return function
15 .
Which datatype is used to represent the absence of parameters ?
A.int
B. short
C. void
D.float
View AnswerAns: void