×
Login Or SignUp
Privacy Policy
Terms Of Service
freetests4u.com
Online Knowledge Sharing Platform
Login/SignUp
freetests4u.com
Blogs
Mock Tests
Videos
Jobs
11 .
How many types of loops are there ?
A.
1
B.
2
C.
3
D.
4
View Answer
Ans: 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 Answer
Ans: 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 Answer
Ans: 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 Answer
Ans: return function
15 .
Which datatype is used to represent the absence of parameters ?
A.
int
B.
short
C.
void
D.
float
View Answer
Ans: void
1
2
3
4
5
6
7
8
9
10
11