#85📚Pattern Program In C🖥C Language Tutorial👨‍🏫📂📓

Опубликовано: 15 Март 2026
на канале: Coding Craze
879
like

Title:- #85📚Pattern Program In C🖥C Language Tutorial👨‍🏫📂📓#shorts #coding #cprogramming
_____________________________________________________
Want to learn programming then sign up to this 🔥free app. 👇🏼👇🏼👇🏼
https://www.learnvern.com/r/c3b691
you just need to click on the link👆🏻👆🏻and fill your details.

🔖🔖In this program we are going to print the pattern lilke this👇🏼👇🏼👇🏼

1
2 4
3 6 9
4 8 12 16
5 10 15 20 25

To print this pattern we need loop. loop is a powerful concept in C language. using loop we can easily any pattern.
if we are not using loop then we need to write 5 printf() to print 5 lines.
when we are not using loop then we will write✍️ the code like this👇🏼

#include....
int main()
{
printf("1\n");
printf("2 4\n");
printf("3 6 9\n");
printf("4 8 12 16\n");
printf("5 10 15 20 25\n");
return 0;
}

Currently we have five lines so we can easily write this program without for loop.But suppose we want to print 100 lines then we need to write 100 times printf and our program become too long,that's why we are using loop, and yes we can say this is the advantage of using loop.
in c language loop is of three types:-

(1.) for loop
(2.) while loop
(3.) do while loop

Topic covered:-
c language tutorial for beginners
c language programming for beginners
how to learn basic of c language
basic of c language
c language tutorial
c language tutorial in hindi
programming through c
programming in c language
program to print pattern
pattern printing program
program to print a pattern using c language
variable in c language
what is printf() function
what is scanf() function
why we use samycolon ; at the end of line
what is \n
for loop
while loop
do while loop
what is for loop
what is while loop
what is do while loop
for loop in c
while loop in c
do while loop in c
what is for loop in c
what is while loop in c
what is do while loop in c

#shorts
#youtubeshorts
#coding #coding_knowledge #bcaprojects
#programming #bcasolutions #bcaprojectcenters
#cprogramming
#Cprogramming
#coding_craze
#include
#coding #cod #programming_languages
#programming_in_c #programming_projects #c_language #c_programming #C_coding
#codinglife #codingisfun #coding_is_thinking #codinginterview #coding_for_beginners #coding_solutions #coding_programs