Sir there is some problem with this code , it runs correctly but in the output window all numbers get printed in a line and not in triangular pattern. Please help me. I use Dev C++ Compiler.
Anyone solve this pattern please for me, i have exam , please, and it should contain (if else statements like that you write program for spaces) * * * * * * * * * *
hats off neso!!!!!!!!crystal clear explanation for every iteration your are the best
instablaster
Happy teachers day sir
please add subtitles to all the videos, i really want to learn them
Another awesome video...
Thank you sir...😊
Please make a video on Pascal's triangle too... Thank you
u r using O(n^2) time but we can do it with one loop also with O(n) time complexity ; save time save future :)
@SACHIN SINGH I didn't understand
no we cant because it is using rows and colums
You are the best✨
Thank you sir ❤
Sir try to do the problems vth space in btw sir
Sir there is some problem with this code , it runs correctly but in the output window all numbers get printed in a line and not in triangular pattern. Please help me. I use Dev C++ Compiler.
use printf("
");
Sir can explain pascal's triangle ?
Thank you sir.
pls try to make more videos about c.... im waiting
Thank u
Sir scilab par upki video hay keya.????..
can someone explain to me how "n" can change even tho it has no formula, something like "j+n=n" sorry I'm very new
This video numbering should be 56. Please correct it.
Ye book name koi bolo
Anyone solve this pattern please for me, i have exam , please, and it should contain (if else statements like that you write program for spaces)
*
* *
* * *
* * * *
@8D SOUNDS
#include
int main()
{
int n, i, j;
printf("enter the num how much you want to print pyramid
");
scanf("%d", &n);
for (i = 1; i
#include
int main()
{
int row,i,j;
printf("enter no of rows");
scanf("%d",&row);
for(i=1;i
Happy Teacher's Day
Thank you :)
56 😂