Multiple Choice
A conditional expression uses the conditional operator, ____, and provides an alternate way of expressing a simple if-else statement.
A) ->
B) "?:"
C) "?"
D) :
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q45: The conditional preprocessor directive _ means "if
Q46: Using even one _ statement in a
Q47: For positive signed numbers, where the leftmost
Q48: typedef can be used to create _.<br>A)structures<br>B)variables<br>C)aliases<br>D)macros
Q49: In the equivalence statement #define SQUARE(x) x
Q51: typedef statements cannot be used with structure
Q52: Sets of related integer values can be
Q53: A goto statement is never required because
Q54: In an enumeration, it is not valid
Q55: The relationship between the #ifdef and #ifndef