1. Yes, first for loop is about we need to put space in column, so space up to (n-r), c is use to represent the current column we are handling it can be space or number. 2. r++ is incrementing the row and c++ is incrementing column for current row number.
Your way of explaining is wonderful !
Can u please tell me that which IDE u are using to run the Program?
Thanks! I am using Visual Studio Code with Mingw. You can use any IDE
Greatest Explanation ! 🤌🏻
@@AnshDarji030 Thank You!
Nice and simple explanation thanks a lot 👍
Welcome!
I have two questions!!
1: Sir in the formula
For (c = 1 ; c
1. Yes, first for loop is about we need to put space in column, so space up to (n-r), c is use to represent the current column we are handling it can be space or number.
2. r++ is incrementing the row and c++ is incrementing column for current row number.
@@ecit Thanks a lot .. keep up the good work !
that was great. thank you
Most Welcome!
nice explanation tq sir do some pattern problems in c .
Sure, Thanks!
You may like this one also,
ua-cam.com/video/cifX9pEq81s/v-deo.htmlsi=PPe-hGW60nP7pzPv
Very good explanation! thank you very much
Most Welcome!
Thanks ❤
Most Welcome!
thank you bro
@@gisavi4210 welcome!
Could you please send me the full number pattern program to me i confused at copyied line
@@VerriboinaVigneswar Sure, I will upload the code on GitHub and will share a link on 2nd Oct
Kya itna jada loop ka use karna program coplexity nhi bada dega
Yes, it will, however you will need atleast 2 loops to implement this.
if else karke video banaa
@DhyeyRana-l4i that's what you need to implement correct logic