Computer Science, asked by aruns573, 1 year ago

c programme for printing 1 to 100 numbers

Answers

Answered by fazlomr9
2

#include<stdio.h>

#include<conio.h>

void main()

{

printf("1,2,3,4,5,6,7,8,9..........98,99,100");

getch();

}



fazlomr9: Please do write the numbers completely in the 'printf' part.
fazlomr9: Hope this helped you!
Similar questions