Recent content by Numair

  1. N

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

    __________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