Q.7 Write the syntax for the following statements.
1. FOR ....NEXT LOOP
2. NESTED-FOR...NEXT
Answers
Answered by
16
Answer:
for(initialization;condition;inc/dec)
{
statements;
}
Similar questions