True/False
Both the #ifndef and #ifdef directives permit conditional compilation in that the statements immediately following these directives, up to either the #else or #endif directives, are compiled only if the condition is true, whereas the statements following the #else are compiled only if the condition is false.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: The statement typedef int ARRAY[100]; is not
Q4: A better alternative to #define SQUARE(x) (x)
Q5: The _ operator causes a bit-by-bit AND
Q6: 1 0 1 1 0 0 1
Q7: An optional enumerated list name can be
Q9: The conditional operator has a lower precedence
Q10: _ is the exclusive OR operator.<br>A)&<br>B)|<br>C)^<br>D)~
Q11: The advantage of using a macro instead
Q12: The full function header of a main()
Q13: For unsigned integers, each left shift (using