Consider for loop in a C program. If the condition is missing

Loading

โœช Choose the correct option.

Consider for loop in a C program. If the condition is missing

A. it is assumed to be present and taken to be false
B. it is assumed to be present and taken to the true
C. it result in a syntax error
D. execution will be terminated abruptly

Leave a Comment