Multiple Choice
The conditional preprocessor directive ____ means "if not defined".
A) #ifdef
B) #ifndef
C) #ifnotdef
D) #ifnotdefined
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: Enumerated constants can be any valid user-created
Q39: Explicit values can be assigned to each
Q40: The definition REAL val; is _.<br>A)not valid
Q41: The _ statement provides an unconditional transfer
Q42: #define SQUARE(x) x * x<br>Val = SQUARE(num1
Q44: Enumerated lists are identified by the reserved
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