answersLogoWhite

0

How many file types are avilable in C?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

You can open any file with C, since it does not distinguish between file types. It's the way you read from the file.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many file types are avilable in C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many types in header file in mathh header file in c language?

Look for typedef in it, but I don't think you will find any.


How many types of File Extension can be created from C plus?

Well, it depends on the length of the file-extension. If you settle for letters and numbers, it will be 36n, where n is the length.PS: your question has nothing to do with C or C++ or programming at all.


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


What is headderfile in c language?

Header File in C/C++ are the files which contains the definition of the pre-defined functions, data-types & constants, etc. By adding the header file you reduce your job of defining the same functions which are defined earlier by someone else & you can use those functions/data-types easily.


What is a cs file?

It's a C# file. C Sharp File


Is a header file a collection of built in functions that help in writing c programs?

No. There are no built-in functions in C, there are only built-in types and built-in operators for those types. All functions are user-defined, including those defined by the C standard library. There are no user-defined operators in C, but you can implement operators as named functions if required. A header file (*.h file) typically contains a group of related user-defined function and/or user-defined type declarations which can be included in any source file that requires them. Every user-defined function or user-defined type name used by a program must have one (and only one) definition, usually contained in a corresponding source file (*.c file) or library file (*.lib file). Built-in types and their corresponding operators do not require a header file since they are part of the language itself (hence they are built-in).


What is mean by file in c?

A file in C means a file found in your computer's C Drive. Start > My Computer > C Drive


What is library file in C language?

It is a collection of various fuction in which we can define many function in Libaray file .


How do you detect an empty file in a c program?

Seek to the end of the file (fseek) and check how many bytes are in the file If the byte count is zero the file is empty.


Types of compilation in c plus plus?

There is only one type: the one that creates an object module from a source file.


Can individuals file Chapter 11 bankruptcy or is it just for companies?

With only exceptions for really uncommon circumstances... C-11 is for CORPORATIONS only. ("Companies" can be many types of legal entities - frequently not a Corporation).


What is a 'D' file as opposed to a 'C' file?

There is no such thing as a standard "D" or "C" file. Please restate the question.