answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

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 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.


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.


You are getting End of File error in Qbasic What should you do?

An End of File (EOF) error in QBasic typically occurs when your program tries to read past the end of a file. To resolve this, check your file handling code to ensure that you are not attempting to read beyond the available data. Use the EOF function to verify the end of the file before performing read operations. Additionally, ensure that the file is opened correctly and contains the expected data.


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 represents the space that exists between the end of the file and the end of the last cluster used by that file?

The space that exists between the end of the file and the end of the last cluster used by that file is known as "slack space" or "file slack." This area is a result of the way files are stored on disk in fixed-size clusters, leading to unused space within the last cluster allocated to a file. Slack space can contain remnants of previously deleted files, making it a potential area of interest in data recovery and forensic analysis.


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

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


What is a set of characters at the end of a file name used to identify a file type?

The set of characters at the end of a file name used to identify a file type is called a file extension. It typically consists of a period followed by a sequence of letters, such as ".txt" for text files or ".jpg" for image files. File extensions help operating systems and users recognize the format and associated applications for opening the files.