Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
CALCULADORA
//Title of this code //gcc 4.9.1 #include <stdio.h> int main(void) { short i, a, c; printf("Introduzca un valor: "); scanf("%hd", &a); for (i = 0 ; i<= 10; i++){ c = a * i ; printf("%hd * %hd = %hd \n", a, i, c); } return 0; }
run
|
edit
|
history
|
help
0
Midterm practice, turn into for loop
htabprepa
swap_bitwise.c
Part 1: Draw Arts
static int account
WAP in C to convert decimal to binary
B_141202_funcionesString
Matrix rotation 90-degree
string_ptr_to_fct_param_v2
tarun ceo