بيان المشكلة
Write a C program that prints numbers from 1 to 20, each on a new line.
Your program should use a loop to generate and display the sequence of integers starting from 1 and ending at 20. Each number should be printed on its own line.
This is a simple exercise to practice basic loop constructs in C programming.