How to use while loop in C Language (Gujarati)

Опубликовано: 22 Июль 2026
на канале: Ravi R. Oza
462
18

while is a looping structure in c language.
it is used to do the repetitive task, such as counting odd numbers from 1 to 1000 or calculating the factorial of a number
while is entry control loop, where the condition of loop is tested before the body of loop begins it execution.


Follow me @
🌐 http://www.raviroza.com/
✍️   / ravi.oza.it  
✍️   / raviozait  
📹    / ravioza101  
LinkedIN : www.linkedin.com/in/ravi-oza

#RaviROza #CLanguage #Turboc