Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
123
#include <stdio.h> #include <stdlib.h> int main() { FILE *archivo; char caracteres[100]; archivo = fopen("prueba.txt","r"); if (archivo == NULL) exit(1); printf("\nEl contenido del archivo de prueba es \n\n"); while (feof(archivo) == 0) { fgets(caracteres,100,archivo); printf("%s",caracteres); } system("PAUSE"); fclose(archivo); return 0; }
run
|
edit
|
history
|
help
0
Atleti
Dangling
tom grey wolf
sizeof human
StructSurvey
Spring 2017 Project 2 v.05
1.5 No. of Processors
My first structure
The endless numbers.
problemapi2