Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Spring 2017 Lab 4 v1.1
A_141124arrayRepetidos
20171117_PITAGORAS
If Statement/ Decrement practice
Linked List
14th Dec Project1 v0.2
B_141104_NotaInterroganteDosPuntos
150112_FuncionesOrdenArray
19BCE0666.C
Max of arrays
Please log in to post a comment.