Your way of explaining is wonderful ! Can u please tell me that which IDE u are using to run the Program?
@ecit10 ай бұрын
Thanks! I am using Visual Studio Code with Mingw. You can use any IDE
@AnshDarji0304 ай бұрын
Greatest Explanation ! 🤌🏻
@ecit4 ай бұрын
@@AnshDarji030 Thank You!
@sixihili19562 жыл бұрын
Nice and simple explanation thanks a lot 👍
@ecit2 жыл бұрын
Welcome!
@SayedMujtabaHossainy-n5w11 ай бұрын
that was great. thank you
@ecit11 ай бұрын
Most Welcome!
@nishanthrajan3360 Жыл бұрын
Very good explanation! thank you very much
@ecit Жыл бұрын
Most Welcome!
@sridevisri981611 ай бұрын
nice explanation tq sir do some pattern problems in c .
@ecit11 ай бұрын
Sure, Thanks! You may like this one also, kzbin.info/www/bejne/mZrJiWymetZrZ9Usi=PPe-hGW60nP7pzPv
@Dpz91810 ай бұрын
I have two questions!! 1: Sir in the formula For (c = 1 ; c
@ecit10 ай бұрын
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.
@Dpz91810 ай бұрын
@@ecit Thanks a lot .. keep up the good work !
@mot0666 Жыл бұрын
Thanks ❤
@ecit Жыл бұрын
Most Welcome!
@gisavi42105 ай бұрын
thank you bro
@ecit5 ай бұрын
@@gisavi4210 welcome!
@sachinparmar-tp5bp Жыл бұрын
Kya itna jada loop ka use karna program coplexity nhi bada dega
@ecit Жыл бұрын
Yes, it will, however you will need atleast 2 loops to implement this.
@VerriboinaVigneswar3 ай бұрын
Could you please send me the full number pattern program to me i confused at copyied line
@ecit3 ай бұрын
@@VerriboinaVigneswar Sure, I will upload the code on GitHub and will share a link on 2nd Oct
@DhyeyRana-l4iАй бұрын
if else karke video banaa
@ecitАй бұрын
@DhyeyRana-l4i that's what you need to implement correct logic