Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
B_141107_TablaMultiplicar
//Title of this code #include <stdio.h> int main(void) { unsigned short N; unsigned short i; printf("Valor de N ... "); scanf(" %hd", &N); printf("\n\n\n"); i = 0; while(i <= 10) { printf("%3hd * %3hd = %3hd\n", N, i, N * i); i++; } return 0; }
run
|
edit
|
history
|
help
0
1.8 Parallizing for loop
150109_RecursividadParImpar
conditional expression
18BCE2182 ASSESS_1 Q1-1
Project 5 v0.1
Str_ptr_arg
voltage float hex value
Class #2, data types
Prime no in given array
Max of arrays