VertitimeX Technologies

C While Loop.

Syntax of while loop in C -
        while(condition){  
        //wite code over here to execute
        }