Question
a.
2
b.
4
c.
2 or 4
d.
based on the number of bits in the system
Posted under Object Oriented Programming Using C++
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is the size of wchar_t in C++?
Similar Questions
Discover Related MCQs
Q. Pick the odd one out
View solution
Q. Which datatype is used to represent the absence of parameters?
View solution
Q. What does a escape code represent?
View solution
Q. Which type is best suited to represent the logical values?
View solution
Q. Identify the user-defined types from the following?
View solution
Q. Which of the following statements are true ?
View solution
Q. The value 132.54 can represented using which data type?
View solution
Q. When a language has the capability to produce new data type mean, it can be called as
View solution
Q. Pick the odd one out.
View solution
Q. Is bool a fundamental datatype in C++?
View solution
Q. Find the odd one out:
View solution
Q. What is the value of the bool?
bool is_int(789.54)
View solution
Q. What happens when a null pointer is converted into bool?
View solution
Q. Which of the following statements are false ?
View solution
Q. For what values of the expression is an if-statement block not executed?
View solution
Q. Which of the two operators ++ and — work for the bool datatype in C++?
View solution
Q. Evaluate the following
(false && true) || false || true
View solution
Q. How many characters are specified in the ASCII scheme?
View solution
Q. Select the right option.
Given the variables p, q are of char type and r, s, t are of int type
1. t = (r * s) / (r + s);
2. t = (p * q) / (r + s);
View solution
Q. Which of the following belongs to the set of character types?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming Using C++? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!