answersLogoWhite

0

How do you search a particular file using c language?

Updated: 8/18/2019
User Avatar

Surojitshil

Lvl 1
14y ago

Best Answer

Search for a file, or search in a file?

The former is OS-dependent, for Windows use functions FindFirstFile and FindNextFile.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you search a particular file using c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where did the computer save your csv file?

Where ever you told it to save the file. If you can not fid a file, you can search for it or you can try Save As and see where the default location is set for the particular type of application you are using.


What is file processing in pascal language?

is the way a file is design using a pascal language


Is it true that using document properties is unlikely to save users timne locating a particular file?

No it is not true. If someone knows some of the properties of a document, they can narrow down the search. That will help speed up the search time.


Can a notepad file be read using C language?

sure


What utility is used to search for a particular string within a file or group of files in linux?

Grep


What is the Malay-utf-8.inc. php file?

This particular file is a file specific to the PHP program or script you are using. It is not a "php system file".


How do you search in Google about a particular file format say pdf file?

In order to search for only specific file types add filetype:pdf to a search either keeping pdf to search for that kind of file or changing it to another file type. One can also use intitle:"text in title" to search for pages with specific terms in their title. Google has many additional options similar to these two.


How can you get a previous saved excel file for a particular date?

If you know the date of the file, you can use windows explorer search function to locate the lost file. If you are asking about how to undo changes to a file you already saved, then the answer is you can not.


What is the difference between using angular brackets in C language and double quotes in Cpp language to enclose header files?

When you includes any header file using "" that time compiler try to locate this file first from your program's local directory and then from library. But if you include the .h file using <> then compiler assumes you are including some library file.


Convert .exe file to .sis formate using C language?

love


How do you createe a file using c language?

Use function open or creat or fopen.


How do you read and write data to serial and sequential file using basic programming language?

you do