Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C141106_TablaMultiplicar
//Title of this code #include <stdio.h> int main(void) { short N; short i; printf("Valor de N: "); scanf(" %hd", &N); i = 0; while(i <= 10) { printf("%3hd * %3hd = %3hd\n", N, i, N * i); i++; } return 0; }
run
|
edit
|
history
|
help
0
print_odd_pointer.c
18BCE2182 ASSESS_2 Q-1
MATRIZ DE CADENAS
Atoi without minus
Calculate Area of Circle
c4
CS HW2
C programming example that implements a modified string length function (from ECE 2534)
A_141117_Euclides
loop