Table of contents
1. What is the C while loop?2. While loop syntax in C
3. While loop examples
3.1 Counting from 1 to 5
3.2 Calculating factorial using a while loop
3.3 Using a while loop to find prime numbers
3.4 A practical example in Astronomy: calculating the mass of planets