C Practical and Assignment Programs-Pattern Printing 6

preview_player
Показать описание
C Practical and Assignment Programs-Pattern Printing 6
In this video we are going to write a program to print a pattern in form of right angled triangle consisting of "*". We are going to use nested for loops ie one loop inside another.The full description of question is provided below. Now this program is written in C programming language but will work in C++.Fell free to provide you suggestion.

Q. To print various patterns using loop constructs like:
*
* *
* * *
* * * *
* * * * *

We The Computer Guys
Shreyas Zagade
Aakash Thakur
Ananya Jain
Рекомендации по теме
Комментарии
Автор

"So after printing every star,
we need to have space after it."
Great poetry.🤗

ProfessorD
Автор

The consecutive videos really help. When you've seen the previous ones, the latter ones get more easier. You can solve just by looking at the problem. Thanks a lot guys :D

intecerahmed
Автор

Indeed, it was remarkably helpful to me to generalise the code and use it to generate another type of codes !
Thank you very !

sujaymallick
Автор

nicely explained. I mean u explained in detail everything.
Was so helpful for me to understand.

vrundsoni
Автор

Thanlk you very much mannn i really appreciate it

locky
Автор

Sir why colStar<=row??? I mean in row 1 the star number is also 1.. So from where this less sign(<)comes???

ayeshaakter
Автор

nice one sir, logic is good, thank you 👍👍

SmartProgramming
Автор

Sir mujhe iss m even row m * k place per # chahiye. Too m uss k liya kya karu?

atishayjain
Автор

can you pls explain, will  there be an change in the output if we use instead

SriRam-dphx
Автор

Sir can u explain me the pattern of printing the continuous numbers in triangle shape. Like in first line 1 Second line 2 3 third line 4 5 6. Etc.

visalakshichockalingam
Автор

what about pentagon or any other polygon; I have no idea how to do that so please help me if you have any idea about that

bipinmanandhar
Автор

Sir I'm Samrat. I want to make a program that works like the under statement.
On running the program stars will appear on the screen with a sound.
Is it possible ?
If yes please make a tutorial..

sahityamondal
Автор

If we study printf statement well, using %ws it will be trivial

chebroluchandu
Автор

Thanks I got a 100% clarity, thanks alot

rangamlikhithlochan
Автор

How we can print the star shape pattern ?

nehaarora
Автор

Sir i have a program like this
* *
* *
* *
* *
* *
in output pattern

velankanighotekar
Автор

I find this video very helpful. Many thanks...

romeorea
Автор

----*
---*-*
--*---*



i can actually see the logic workings..but nt able to put the code. i tried but got the half part from left side..n really got no idea after wasting 2 hrs for right on. so if u can plz upload the video n help me to understnd it. i will be very thankful to u.

PratikLalan
Автор

why have you done >=1 and colspace-- ?

vaibhavsharma
Автор

it was really helpful video for thankyou !!

kaminiprajapati