Multiple Choice
Using even one ____ statement in a program is almost always a sign of bad programming structure.
A) enum
B) typedef
C) goto
D) #define
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q41: The _ statement provides an unconditional transfer
Q42: #define SQUARE(x) x * x<br>Val = SQUARE(num1
Q43: The conditional preprocessor directive _ means "if
Q44: Enumerated lists are identified by the reserved
Q45: The conditional preprocessor directive _ means "if
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
Q50: A conditional expression uses the conditional operator,
Q51: typedef statements cannot be used with structure