Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
The endless numbers.
//The endless numbers. #include<stdio.h> int main(void) { int i, j, n; printf("This C programme is written by Md. Yasin Ahmed (Shuvo). For any need, kindly contact me.\nEmail: mdyasinahmed.shuvo@gmail.com\nFacebook: https://web.facebook.com/mdyasinahmed.shuvo/\n\n"); printf("Please enter the last number.\n\n\\\\Here I entered 99 as the last number.\n\nAnd the fun starts...\n\n"); printf("-----------------------------------\n\n"); scanf("%d", &n); for(i=0; i<=n; i++) { for(j=0; j<=i; j++) printf("%d, ", j); printf("\n"); } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
B_141121_factorial02
a.out
18BCE2182 ASSESS_1 Q1-7
blue point
18BCE2182 ASSESS_2 Q3
Exm
19_1
Date
Spring 2017 Project 2 v1
strcpy
Please log in to post a comment.