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
is_there_segfault
Lab 11 v.05
18BCE2182 ASSESS_2 Q-1
Pointer Example
18BCE2182 ASSESS_1 Q2-1
Lab 5 HW Spring 2017 v1
Class #2, data types
factorial using function in c
Part II: Your Rental Company
14th Feb Programming Project v.01