Answers for "do while loop in c in codeforwin"

1

how to use while in C

while (condition test)
{
      //Statements to be executed repeatedly 
      // Increment (++) or Decrement (--) Operation
}
Posted by: Guest on December-10-2021

Browse Popular Code Answers by Language