Multiple Choice
If you intend to place a block of statements within an if statement, you must place these around the block.
A) Parentheses ( )
B) Square brackets [ ]
C) Angle brackets < >
D) Curly braces { }
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: This operator is known as the logical
Q4: When a relational expression is false, it
Q5: The following code correctly determines whether x
Q7: Given the following code segment, what is
Q9: Which statement allows you to properly check
Q10: This operator is used in C++ to
Q11: What is the output of the following
Q12: What is the value of donuts after
Q13: What will the following segment of code
Q32: Without this statement appearing in a switch