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
staircase
Operation of two numbers
Timestamp microsecond for C
Assignment 5 Cos(x)
Lab 7 v1.0
Prgm
WrongWay reversible iterator Copyright(C) 2016 Henry Kroll III www.thenerdshow.com
Exploiting uninitialized variable
get the repeated max
Simple Fork