PROGRAMMING AND PROBLEM SOLVING THROUGH ‘C’ LANGUAGE

1.1. In a for loop with a multi statement loop body, semicolons should appear following:
A) the for statement itself
B) the crossing brace in the multiple statement loop body
C) each statement within the loop body and the test expression
D) each statement within the loop only



Leave a Reply