100% C prog to read data from .txt file

#include<stdio.h>
#include<conio.h>
void main()
{
char ch;
FILE *fptr;
// clrscr();
fptr=fopen("creating.txt","r");
printf("\n start reading the data from the file: \n ");
ch=fgetc(fptr);
putchar(ch);
while(ch!='u')
{
ch=fgetc(fptr);
putchar(ch);
}
fclose(fptr);
getch();
}

కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)