Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
SUMALE UNO
#include <stdio.h> #include <stdbool.h> #include <string.h> #include <stdlib.h> int main(void) { char numero[101]; char hexadecimal[17] = "0123456789ABCDEF"; unsigned short largo; while (true) { scanf("100[^\n]s", numero); getchar(); if (strcmp(numero,"FIN") == 0) break; largo = strlen(numero); } return 0; }
run
|
edit
|
history
|
help
0
tremendo codigaso ayudantia
B_141202_funcionesString
SortedMerge
Double data type.c
ej 2 c3
swap_bitwise.c
MatrixMul_shortxshort
demo_strlen
Palindromo
Project 4 v.6