{"id":5108,"date":"2021-12-25T23:00:00","date_gmt":"2021-12-25T17:30:00","guid":{"rendered":"https:\/\/www.codingbroz.com\/?p=5108"},"modified":"2021-12-25T18:11:54","modified_gmt":"2021-12-25T12:41:54","slug":"c-program-to-print-first-10-natural-numbers","status":"publish","type":"post","link":"https:\/\/www.codingbroz.com\/c-program-to-print-first-10-natural-numbers\/","title":{"rendered":"C Program to Print First 10 Natural Numbers"},"content":{"rendered":"\n

In this post, we will learn how to print the first 10 natural numbers using C <\/strong>Programming language.<\/p>\n\n\n\n

Natural numbers<\/strong> are the numbers which are used for counting and are a part of real numbers. For example: 1, 2, 3, and so on.<\/p>\n\n\n\n

This program will print the first 10<\/strong> natural numbers using the following approaches:<\/p>\n\n\n\n

  1. Using For Loop<\/li>
  2. Using While Loop<\/li>
  3. Using Do While Loop<\/li><\/ol>\n\n\n\n

    So, without further ado, let\u2019s begin this tutorial.<\/p>\n\n\n\n

    \n