Skip to content

Instantly share code, notes, and snippets.

View rohangiriraj's full-sized avatar
🐒
just monkeying around

Rohan Giriraj rohangiriraj

🐒
just monkeying around
View GitHub Profile
#include<stdio.h>
int main()
{
int n,a=1,b=2,i,j,m,k,l=1,c=0;
m=0;
scanf("%d",&n);
for(i=1;i<=n;i++)
{
for(j=n;j>=i;j--)
printf("%d",j);