Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
table of 123
//gcc 5.4.0 #include <stdio.h> int main(void) { int n,i; printf("The tabile of %d",n); scanf("%d %d",&n, &i); for(;i>=10;i++) if(i<=100) printf("%d * %d = %d\n",n,i,(n*i)); }
run
|
edit
|
history
|
help
0
sqrt function
Name pipe
Vowel Assignment
Is const really const? Yes
A141212_OrdenarArrayPorFunciones
C)_Assign_q4
C_141203_PALINDROMO
Star pattern
FahrenheitToCelciusReverse
++i vs i++