Thank you a lot! I have such a hard time programming and this was a simple but very easy to follow and understand video
@yuvrajadkar2 жыл бұрын
Shortest and Smart code for diamond pattern in just 2 FOR loops.. Output verified on Turbo C IDE.. #include #include #include void main() { int n,row,col,flag=0; printf("Enter Number"); scanf("%d",&n); for(row=1; row>=1; row++) { for(col=1; col=row) printf("*"); else printf(" "); } printf(" "); if(row==n) flag=1; if(flag==1) row = row-2; } }
@saadmanahmed8606 жыл бұрын
my most inamorato coding utube channel....bro...u r a genius with sophisticated expositions. please upload more difficult pattern videos ...so that we can clinch how to create a logic in a rationale way...
@Shadowmunarch6 жыл бұрын
best teacher i have ever seen . ;)
@yuvrajadkar2 жыл бұрын
Shortest and Smart code for diamond pattern in just 2 FOR loops.. Output verified on Turbo C IDE.. #include #include #include void main() { int n,row,col,flag=0; printf("Enter Number"); scanf("%d",&n); for(row=1; row>=1; row++) { for(col=1; col=row) printf("*"); else printf(" "); } printf(" "); if(row==n) flag=1; if(flag==1) row = row-2; } }
@SmartProgramming6 жыл бұрын
very beautifully explained sir, keep it up 👍👍
@saminisrak55064 жыл бұрын
It helps a lot.. thanks..
@SlideHunt4 жыл бұрын
Happy to help
@tejaswiganasala17324 жыл бұрын
same code is not working for python .in second part it ended up printing 3 stars .also getting that pattern only if i use 2*row.could any one explain this?
@iqrakiran33458 жыл бұрын
thanku it helps me alot
@monorumborith31115 жыл бұрын
Love u so much 😘❤️❤️❤️❤️❤️❤️❤️ helpness
@yashkamble69027 жыл бұрын
loved it thanks sir
@kaushikaditya30104 жыл бұрын
For n=7 input.. pattern should print 7 rows
@ser7ser7i7 жыл бұрын
thank you
@khademali76926 жыл бұрын
video me bahut noise ah raha hai bro,
@mahinurakter18816 жыл бұрын
Thanx a lot .
@muselkop6 жыл бұрын
how to make in gwbasic
@hayyihahd92514 жыл бұрын
thank you for helping. my ass will be toasted if not for your video...