This tutorial is by far the best on the internet in solving the pyramid problems, so beautifully expressed. Thank you Neso Academy! Brilliant job
@SurajKumar-jx4zw5 жыл бұрын
Bhai kabhi fursat mile to Saurav sukhla sir Ka video dekhna
@SaifCSE__4 жыл бұрын
@@SurajKumar-jx4zw dekhkr idhr aaya hu bro Yaha depth mei smjhaya gya
@daverussell40523 жыл бұрын
@@tamil8198 maybe because you dont put the new line character?? like that cause printf wont automaticly put the character
@balakrishnabalu30352 жыл бұрын
@@SurajKumar-jx4zw rarattygg
@shashinegative93662 жыл бұрын
if someone feel it dificult try this .... int main() { int total_rows; printf("enter the size of rows "); scanf("%d",&total_rows); for(int rows=1;rows
@youhub1x Жыл бұрын
Here we can write If( j > (n-i) && j < (n+i) ) Instead of If(j=n+(i-1))
@rajcodes1005 жыл бұрын
You have literally nailed this concept in true mathematical style - kudos to you sir.
@mayrah88133 жыл бұрын
My uni teacher just handed us a book and said good luck and gives us homework I always come here because you help so much more thank you. 🥰
@rakeshgain54954 жыл бұрын
I am an Engineering Student and I found your way of teaching is best to understand all these concept. Excellent Sir !!
@rakeshgaddam57394 жыл бұрын
Sir,your explanation is so good that even high school student can also understand. Thankyou sir.
@sonalkamble24533 жыл бұрын
The code is incorrect... you need to initialize i and j =0. Also for the first for loop you need to put for(i =0; i < n; i++)
@RishiSingh-dj9ou4 жыл бұрын
As a beginner i am watching this tutorial (jbki internet par phle se hi freshly prepared tutorials available h jo latest h )but even this content of neso is far far better than those latest tutorial.....❣️❣️❣️🤪🤪
@nesoacademy4 жыл бұрын
Yes, latest has not much to do with these basic courses.
@iamDejaray13 жыл бұрын
This man can really teach. No tutorials on KZbin beats this, Yes!, None!
@vietnhatvo83452 жыл бұрын
Thanks for the lesson Sir. I have another way to solve the problem as below: int main() { int n=0; printf("Input the number of row:"); scanf("%d", &n); for (int i = 1; i = 0; blankspace--) { printf(" "); } for (int star = 1; star < 2 * i; star++) { printf("*"); } printf(" "); } return 0; }
@straatvisser5038 Жыл бұрын
Can you explain step by step? thanks
@Ankitkumar-bn2bs4 жыл бұрын
Hats off ! to your teaching style. Petition to bring your multiple copies into all the schools of India. 🙏
@daytrade10134 жыл бұрын
It took me a few watches to fully comprehend this, but you are definitely the best at explaining code. I have watched used everything and everyone from freecodecamp and CS50(harvard) to Traversy and WesBos ... Best programming tutor out there .. not even close.. A+++++ thank you!
@nithinking139529 күн бұрын
A very good explanation on the loop . I've watched like 10 videos for the same thing but none could explain the way u did.great job
@samrat91973 жыл бұрын
this is one of the finest channel where you find all the stuff from basics to the in depth level that too for free this is far better than all those white hat jr.It really helped me a lot thank for the entire neso academy team
@justcaused61824 жыл бұрын
Dude, I usually don't like Indian tutorials, but damn, you are so understandable and you explain very well. I always skipped these kind of tasks because I never understood them. Now I'll never skip it!
@HarshaVardhan-kt5uu3 жыл бұрын
which one u likes plz put link here so we can also watch
@laskdjf3880 Жыл бұрын
u just did a racism 💀
@IZALEXZ Жыл бұрын
I rarely comment on anything and this is by far one one the most well made tutorials I have ever watched!
@okkami6762 жыл бұрын
This is by far the BEST EXPLANATION of the pyramid nested loop that I have seen. Thank you SO MUCH, SIR!
@ashwinivaidya4183 Жыл бұрын
In my engg career, after paying to many institute and coching center finally now from Neso academy i got to know and understood better than any of these ... That too free of cost ... Thank you ❤️❤️💯💯
@pritigohil777 Жыл бұрын
Amazing! The way you have simplified things is fantastic.
@enjoythemoment9107 Жыл бұрын
Hi
@excitedbox57054 жыл бұрын
You could also print n-(i+1) spaces and print i+n-spaces stars. And increment i. That way you can use a for loops like you use in your first example. First you have 4-1 so print 3 spaces and 4-3 spaces is 1 star. Increment i to 1 and you have 4-2 so print 2 spaces and n+1 is 5, -2 spaces is 3 stars. increment i again and so on.
@devangihprajapati41624 жыл бұрын
Sir you are teaching very nicely. Your teaching is outstanding and excellent.
@alejguz15524 жыл бұрын
Bro, I wish I had this video 10 years ago when I took my first programming course.. very informative keep it up
@elianapathan20343 жыл бұрын
Hey can you tell me how you build your own logic any tips please
@vishalyadav0673 жыл бұрын
Love you so much sir , i see alote of KZbin video about c++ * pattern but no one explain how this nested for loop work , but my doubt is clear after watching this video....👍👍👍👍🙏🙏🙏🙏❤️❤️❤️❤️one of the best teacher for c programming language in the world....
@rohitupasani32398 ай бұрын
I have been confused about this pattern logic for a month I wasn't able to understand it, you explained it in a very easy way thank you so much sir ❤️
@anilkumargupta48946 жыл бұрын
Clearity of concept of how matrix is used in coding ..... It make quest. Bit easier .😎
@aruhi85242 жыл бұрын
Thanks because of you I found my first programming language easy and it's my first vedio. Have wishful days.
@mounikaveeramreddy2365 жыл бұрын
Easiest logic to solve patterns... Thanks to neso academy
@smritiyadav9072 жыл бұрын
OMG This so fabulous .❣ I couldn't to resist my self for comment really the way you are expressing and solve the problems i think a small child can also understand. If all the teachers will taught like this then there will be no existence of mindless people in all over the world.🙇♀ THANK YOU SO MUCH SIR ! 🙌
@rohitkumarverma7258 Жыл бұрын
this is the best solution of the pyramid problem ,this is really helpul .thanks to the nesso academy for this .
@priyankapawar47895 жыл бұрын
Thank you for explaining with concept of matrix....clear view about the pyramid structure... thank you,
@lucasjohn30144 жыл бұрын
wonderful explanation mathematically.
@AkashR4J5 жыл бұрын
Sir...from deep heart ...you really make me understand
@bscreationvlog300 Жыл бұрын
It is the best channel for learning For dry run every program... thanks so much... Sir...
@johnarnold86035 жыл бұрын
In C, the comparison of part of the "for loop" is calculated every pass through the loop. So, the j
@m3dev3 жыл бұрын
The best KZbin channel i have seen ever, thanks buddy for the easy explanation.
@brodieboy2555 жыл бұрын
Pretty good explanation, but you can do the whole thing with only one loop #include #include int main(void) { int n; printf("How many rows you want fam? "); scanf("%d", &n); int j = 2*n-1; char row[j]; memset(row, ' ', j); for(int i=0; i
@yaswanthkosuru2 жыл бұрын
really amazing finally i tried a another approach
@surajdhulannavar36965 жыл бұрын
without using if loop we use for loop as for(j=1;j
@swagatamchakraborty33526 жыл бұрын
Excellent solution to this special problem of pyramid of stars! Truly speaking I have never seen such a simplified way of solving this kind of pattern programs. Excellent effort! Just keep it up Neso Academy! Looking forward to many such simplified solutions to other well known pattern programs.
@Shanmukha193 жыл бұрын
Hats off to your explanation. What a great lecture loved it. Thanks a lot.
@ammulurani82854 жыл бұрын
Finally got it..after so many trials...thanks
@mercnem68554 жыл бұрын
Great explanation, but when explaining the placement of the stars shouldn't you have a " " line just outside of the second loop? When running as is, all four stars are on the same row.
@gargimohanty9552 жыл бұрын
exactly!
@vikaspanchal66282 жыл бұрын
Yes, how to resolve this
@gargimohanty9552 жыл бұрын
@@vikaspanchal6628 there are two loops right ? So you have to place the printf(" "); out of the second loop but inside the first loop. And everything else will stay the same.
@carnage_wolfiger8 ай бұрын
I was going to reply. But when I saw this comment in 3 yr old 💀. btw 10:18 here you can see
@codeforces87293 жыл бұрын
Very very well explained I must say bt there should be a new line like below: For(i=1;i
@vikaspanchal66282 жыл бұрын
Thanks, looking for this only
@shreyneol12692 жыл бұрын
sir in vs code, the nested for loop produces different result, it simply prints all the stars in one row. if we wont break the line after the completion of inside for loop, it will simply print on the same line. for( int i=1; i
@bjr8164 жыл бұрын
I had to learn this in cpp and java and yet I had to come to CProgramming video to understand it lol. It all makes sense now.
@roshinisrini2272 жыл бұрын
fall in love with your way of explaining...... just awesome
@nandinishende750 Жыл бұрын
Your explanation is fabulous..... Thank you so much from Bottom of my heart 💓
@Ytebtsfanpage3 күн бұрын
Amazing explanation ever😊 thank you sir ❤
@tomidebbie2078 Жыл бұрын
You’re one of the greatest people in the world
@mformust65024 жыл бұрын
the best best best best best best top top top and the most wonderfull video to learn these structure.God bless you sir
@asifalam2065 жыл бұрын
Amazing one sir.... 💚 from 🇧🇩
@luthandoguleni81005 жыл бұрын
neso iike your channel you are a good teacher
@equianodevonte23014 жыл бұрын
There's a formula for the number of spaces printed on each row prior to the selected character (totalRows - rowNum). It's fewer lines of code or a simpler implementation.
@dem0aikido2 жыл бұрын
Very good explanations. All your videos is a small treasure. Thank you
@kesanakurthirajesh1432 жыл бұрын
nice explanation sir .Thank you..
@pravinnaga35245 жыл бұрын
Wowwww 😻😻😍 explained neatly nd clearly the concept !! 🖤😍💯😄
@bharathkumars85354 жыл бұрын
Worthy Channel ! Truely amazing sir. Thanks a lot for your great efforts.
@YuvarajK-ew3cm5 ай бұрын
Thank you !! this helped me to clear the concept of coordination or placement well explained with boxes !!
@yashwanthreddy13786 жыл бұрын
Sir please do complete the whole syllabus. I watch ads as a token of appreciation. Great channel
@sadakalo28186 жыл бұрын
Yes ! This is Beautiful and you are the Master.
@nabeelmhd6694 жыл бұрын
this is the best trick....thankyou for making the job simple !!
@pramodkumarsahu70922 жыл бұрын
I have watched so many related videos. This is the best!. Thanks a lot for this
@manoharsagunthalla92152 жыл бұрын
Thank you very much sir! No one , so far explain the mathematical theory ( calculus) behind it, explain behind forming pyramids.
@Kushaan_13 жыл бұрын
Lucid explanation of a tricky concept,thank u sir!!
@ScifiTunnel5 жыл бұрын
n-2+1 but super simple superb ❤️❤️❤️ 🇮🇳
@Brlitzkreig3 жыл бұрын
This guy is a genius teacher
@sakshisrivastava70333 жыл бұрын
I'm in love with dry run now... And u made this happen sir
@TeluguGamersClub5 жыл бұрын
Thanq Neso academy you made this one very easy to understand
@PrashantPatil.4 жыл бұрын
you really great teacher 👍👍👍👍
@renugadevi6115 жыл бұрын
Wonderfull explanation 👌👌👌👌👌👌👏👏👏👏
@manhtranthien6122 жыл бұрын
thanks a lots for your lession, it's really hopefull for me to practice c++ thanks a lots
@katm7522 жыл бұрын
good explanation simple thank you wish i've found your channel before
@cryscoxx Жыл бұрын
your tutorials are the best. i find myself understand the concept fully from your videos. if there were any other creators appear when i search for something, i'll always put you first, for real! thank you sir 💖
@yadav2114 жыл бұрын
Literally man u r an op dude... I don't even need any screenshot ... U r fire dude 🔥 🔥 🔥
@amr.saad_984 жыл бұрын
Actually this is amazing video.. You made it very easy to understand with your representation
@computertreasure88563 жыл бұрын
Your channel is best ....👌👌 You are providing complete and clear concept of programming...I am very lucky that I got your channel.... thank you so much sir 🙏🙏 for this content.😊😊
@exploredancer83623 жыл бұрын
Sir really useful video Can u please tell me why && is used.
@alstutorial50753 жыл бұрын
bro you are literally intelligent you just explain so clearly from other youtuber for that you got subscribed as a reward(0v0)smile
@lasttimeifappedwas38515 жыл бұрын
Main tutorial starts from 5:06
@kalgikansara73694 жыл бұрын
Simple explanation 👍
@ankammaraochintala25093 жыл бұрын
Super explanation thank sir
@rightwinger27095 жыл бұрын
Extraordinary 👍🏻👍🏻👍🏻
@Sinister_Rewind5 жыл бұрын
Wow sir that was awesome, ur explanation is lit !!! I never thought i will get this program in just some mins
@vikassaini19353 жыл бұрын
You are best in the business
@suvodas_685 жыл бұрын
a very good and important topic.what the coe will be for a diamond pattern?
@peymant23412 жыл бұрын
I was all good until 07:56 . how does writing n-2-1 is going to ACTUALLY relate it to the second column? How does C figures out we are using Matrix? { int i, j; for(i=1;i
@dgovardhan34303 жыл бұрын
Sir so good explanation thank u for explaining with logic❤️.
@mehwishfatima71363 жыл бұрын
Thankyou for such an easy explanation.
@tarunkantighosh2872 жыл бұрын
What a nice explanations about pattern! Awesome
@liberalthink20232 жыл бұрын
We require after inner loop otherwise starts will be printed in first row.
@vikramsingh-xz8uk5 жыл бұрын
Excellent bro nice video ....you rocks bro...u got the swag...
@nazmapervin71984 жыл бұрын
This is one of the most helpful videos!!Keep it up!!
@manjunadhallada66452 жыл бұрын
Sir! Iam sincerely telling you your explanation is fabulous.. And it is the best video I found about patterns... THANK YOU SO MUCH SIR👌👌
@cocolasticot9027 Жыл бұрын
As an alternative you can write your if statement for the blanks : (with the for loops initialised to 0) if (i + j < n - 1 || j - i > n - 1) { printf(" "); } else { printf("*"); }
@abdul772 Жыл бұрын
@Neso Academy very nice video #Neso Academy
@ahmedsedeek28145 жыл бұрын
there must be a printf(" "); after finishing the inner for loop , to get down to the next line !
@FirstLearningthanEarning5 жыл бұрын
He used already pls check it
@FirstLearningthanEarning4 жыл бұрын
@James Moriarty haha thanks for complement Stay hungry stay foolish
@FirstLearningthanEarning4 жыл бұрын
@James Moriarty illiterate🙃 learn some etiquette
@spyboy00764 жыл бұрын
@James Moriarty why are you so angry?
@haady107819 күн бұрын
Man you are the Best.
@yogeshs43975 жыл бұрын
Amazing teaching.... I understood everything
@generationx163 Жыл бұрын
You have to use To move the cursor into the next line