Computer Science, asked by akash13040, 1 year ago

syntax of while statement in c?​

Answers

Answered by Anonymous
1
\huge\blue{hey  mate!!}

the syntax of while loop in C is as following...

initialization;
while(test_condition)
{
:
:
// body
:
:
};

hope it helps you..






Similar questions