నమస్కారము.. ఆర్యులారా! తమరు శ్రమ తీసుకుని వ్యక్తిగతంగా సందేశాలు పంపవలదు. ఎన్నో వస్తాయి కనుక నేను అన్ని సందేశాలు చూస్తూ వుండలేను. అన్యధా భావించవద్దు. మీ సమయం వృధా చేయకండి. ముఖ్యంగా ఫలానా సాంస్కృతిక/ సాంకేతిక కార్యక్రమాలు ఫలానా చోట ఉన్నాయి అని ముందుగానే పంపితే వీలును బట్టి హాజరు కాగలను లేక కనీసం ఇతరులకు చెప్పగలను. Plz don't waste ur time in sending personal messages to me unless very imp. I will not be able to check what all comes in WhatsApp or mails. If there r classical cultural programs/ technical workshops.. try to send such info well in advance (avoid big size files) so that I may attend or will be able to forward to some more. धन्यवाद
100% C prog to write content into a file and then read it back onto the console
#include<stdio.h> #include<conio.h> void main() { char ch; FILE *fptr; // clrscr(); fptr=fopen("kotta1601.txt","w"); printf("\n start entering the data: \n "); ch=getchar(); while(ch!='z') { fputc(ch,fptr); ch=getchar(); } fclose(fptr); //writing file is completed now lets start reading from the just created file fptr=fopen("kotta1601.txt","r"); printf("\n start reading the data from the file: \n "); while(!feof(fptr)) { ch=fgetc(fptr); putchar(ch); } fclose(fptr); getch(); }
కామెంట్లు
కామెంట్ను పోస్ట్ చేయండి
దయచేసి మీ సలహాలను సూచనలను స్పష్టంగా పేర్కొనగలరు. plz see that ur comments are 'acceptable' in a value based society.