answersLogoWhite

0


Best Answer

I think it is 'clearerr' what you tried to refer to.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the function used to delete end of file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is yywrap?

yywrap() is function used by yaac parser to deal with end of file processing.if end of file occurs then it returns 1 otherwise 0.


What is function of End-of-file?

It means 'no more data to read in this file'.


How do you delete write protected files?

In order to delete a write protected file, simply right click the file and press 'delete'. It should then end up in your trash bin on your desktop.


How do delete forword in apple?

On a Mac with a full size keyboard the delete forward key is found with the Home and End keys for other keyboards you press the Function (Fn) key and the Delete (sometimes called BackSpace) key.


How do you remove the svrcab exe file and end the process?

If a system-scan from your antivirus doesn't help, try a scan with Spybot. If one of the scanners recognizes the 'bad guy', but isn't able to remove it, try a scan while your computer is in Save Mode. Good luck, Jahewi :-) Tried in safe mode already but still restoring from the _RESTORE folder in Windows Me, even after turning off the System Restore. I'll let you guys know when I find an answer GalegoPC Hi, folks. This is the list of files I�ve deleted to fix this pest! I�d recommend removing your hard drive from your machine and using another machine to attack these files since I had no luck even in safe mode: Delete the file svrcab.exe inside \\WINDOWS\SYSTEM\RESTORE Files inside \\windows\applog\ folder: Delete the file svrcab.lgc Delete the file MSBB.LGC Delete the file MSBB.C Files inside \\windows folder Delete any .tmp Delete file ISSM0064.dat Delete file KYF.DAT Delete files FIZ1, FIZ2, FIZ3,�..,ETC (these files have no extension, are only files) Delete file RI000001.DAT Delete file bdftdjmt.dll Delete file TEMPIadHide3.suspdll Files inside \\windows\system Delete file LMSCRIPT.EXE Delete file MSSWCHX.EXE I�m sorry but I cannot guarantee that it will work in every case but that�s what I had to do in my laptop running windows Me. Good luck.


What function returns the last but one character of end of file?

read/fread/fgetc, but beforehand you have to use lseek/llseek/fseek


How do you make a batch file to delete all files and folders in a particular folder in XP?

Here's the code: @echo off del "location of folder here" /Q /F /S The code, when run, will locate the mapped location of a folder and delete everything in it. An example: @echo off del C:\Users\Noah\WikiAnswers\*.* /Q /F /S You might want to get rid of the /Q and /F at the end as these two commands prompts the batch file to just go ahead and delete everything without asking for a confirmation. The /S is there so it deletes all the files in the folders in the targeted folder. Also, note that some folders can be protected either by Windows or by the owner of the folders and/or the file(s) in it, and this can deny access for your batch file to delete it if you are not the owner of the file or do not have permission to delete it.


How do you erase pictures from hard drive?

You will click once on the image file, so it is highlighted. You can either right click and click on delete, or press your 'delete' button on the keyboard which is near the 'Insert' 'Home' 'Page Up' 'End' and 'Page Down' keys.


How do you Delete empty rows at end of worksheet?

Worksheets are a fixed size, so you cannot delete rows completely, only their contents or formatting. When you delete a row and it moves a row up, it will add one at the very bottom, so there are always the same amount in it. The spreadsheet will only print the area that is used. Using the Print Area option on the File Menu, you can specify the area you want to print to limit it even further.


What font is used at the end credits on Kim Possible?

function of the grater


Is system32 necessary for a family computer?

False AnswerNo, you can delete your system32 folder without reprecussions. Your system32 files are only used for high end computer diagnostics, they take up so much space that most computer experts delete them as soon as they buy a computer. True AnswerSystem32 contains most of your computer's vital files to function. Those who tell you otherwise are trolls. So, if you delete it, your computer dies.


What are the different types of files and how End Of File of a full represented by a pointer?

There are two file types in C++ namely, text file and binary file. In text file EOF or end of file is represented by an end of file character having ASCII 26. In binary files EOF or end of file is represented by NULL in the file pointer