Write a program in c language to print following pattern upto ten lines?

Numair

New member
__________0
_________111
________22222
_______3333333
this a pyramid ... consider dashes as spcaces in above example..
pls write the program in a simple way .. im a beginner.start with
#include<stdio.h>
#include<conio.h>
void main(void)
 
Back
Top