Run Code
|
API
|
Code Wall
|
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
Alphabet Triangle
18BCE2182 ASSESS_1 Q2-1
problemapi3
18BCE2182 LAB FAT-2-A-i
Newtons method
linear hybrid cellular automaton reversible random bit generator stream cipher
Camping
150115_PrimoDelFactorial
Project 5 v0.11
CpointfunProd