Aim :- Write a C Program to Print Half Pyramid Using Numbers.
C program to For Generating Half Pyramid Using Numbers. The Number of Rows Will Be Given By User.
C++ Program Code :
#include<stdio.h>
#include<conio.h>
void main()
{
int i, j, n;
clrscr();
printf("\nC Program To Print Half Pyramid Using Numbers.");
printf("\n\nEnter Number of Rows : ");
scanf("%d",&n);
for(i=1; i<=n; ++i)
{
for(j=1; j<=i; ++j)
{
printf("%d ",j);
}
printf("\n");
}
getch();
}



1 Comments
You can learn link more about the watch on Hublot's website. Hublot is part of the LVMH group. link Although LVMH link Luxury Ventures is a minority investor in HODINKEE, we maintain complete editorial independence.
ReplyDelete