A Null statement can be represented by a
Identify the unconditional control structure
the number of loop constructs in C is
The minimum number of times the while loop is executed
the minimum number of times the for loop is executed
the minimum number of time the do while loop is executed is
Infinite loop is
What is the value of X in the expression X=(a=10,a*a);
Comma is used as
The continue statement is used in