adplus-dvertising
frame-decoration

Question

For what values of the expression is an if-statement block not executed?

a.

0 and all negative values

b.

0 and -1

c.

0

d.

0, all negative values, all positive values except 1

Answer: (c).0

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. For what values of the expression is an if-statement block not executed?

Similar Questions

Discover Related MCQs

Q. Which of the two operators ++ and — work for the bool datatype in C++?

Q. Evaluate the following
(false && true) || false || true

Q. How many characters are specified in the ASCII scheme?

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);

Q. Which of the following belongs to the set of character types?

Q. How do we represent a wide character of the form wchar_t?

Q. In C++, what is the sign of character data type by default?

Q. Is the size of character literals different in C and C++?

Q. Suppose in a hypothetical machine, the size of char is 32 bits. What would sizeof(char) return?

Q. What constant defined in <climits> header returns the number of bits in a char?

Q. The size_t integer type in C++ is?

Q. Which of these expressions will return true if the input integer v is a power of two?

Q. Which of these expressions will make the rightmost set bit zero in an input integer x?

Q. Which of these expressions will isolate the rightmost set bit?

Q. 0946, 786427373824, ‘x’ and 0X2f are _____ _____ ____ and _____ literals respectively.

Q. Which of the following is not one of the sizes of the floating point types?

Q. Which of the following is a valid floating point literal?

Q. What is the range of the floating point numbers?

Q. Which of three sizes of floating point types should be used when extended precision is required?

Q. Which is used to indicate single precision value?