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
2
Project 5 v0.11
Arrays
ARREGLO DE VARIABLES DE TIPO STRUCT
Busqueda binaria version iterativa
Bitwise Xor Swaping Two Variables
Finite State Machine Program Example (ECE 2534)
cstructCricPoint
union behaviour when const obj created
22nd HW Switchv1.0