answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the different types of files and how End Of File of a full represented by a pointer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many type of pointer in c?

A pointer is a pointer to something else. One way to look at it is that there is only one pointer type - an address to something else. Another way to look at it is to see how many different types there are, such as int, char, float, struct, double, etc. and to realize that you can build a pointer to any of them, as well as a pointer to a pointer to any of them, etc., etc., etc. Bottom line, is there are an unlimited number of types of pointers.


What are the basic types of files in Linux?

There are 3 types of files:Ordinary files- it contains only data as a stream of characters.Directory files- it contains name of files and the number associated with them.Device files- All devices and peripherals are represented by files.


Different types of pointers in c language?

... are usable. void pointer (generic pointer) : a special type of pointer which point to some data of no specific types. void *p; null pointer : a special type of pointer which point nowhere. it is usually used to check if a pointer is pointing to a null or free the pointer during deallocation of memory in dynamic memory allocation; it is define by using the predefine constant NULL int *p=NULL; wild pointer : uninitialized pointer. it hold a garbage value. i.e it is not pointing to any memory location yet. dangling pointer: pointer pointing to a destroyed variable. it usually happen during dynamic memory allocation when the object is destroyed but not free and the pointer is still pointing to the destroy object.


What is the advantage of using different types of files as data source?

Using different types of files as data sources can provide flexibility in accessing and analyzing data. For example, CSV files are ideal for structured data, while JSON files can handle semi-structured data efficiently. By utilizing various file types, you can cater to different data formats and processing requirements in your analysis.


What are the 2 different types of torque wrenches?

There are more than 2 types, but the most common 2 have a long pointer needle or a snap ratchet.


What types of torrent files does the website The Pirate Bay provide?

The Pirate Bay provides the following types of torrent files; different types of movies files such as comedy, drama, movie for kids, adventure and porn movies. It also provides torrent files for music and games.


What are the different types of information represented in the ER diagram and the symbols used to represent them?

The different types of information represented in an ER diagram are entities (represented by rectangles), attributes (represented by ovals connected to entities), and relationships between entities (represented by diamonds). Entities are the objects or concepts about which data is stored, attributes are the properties of entities, and relationships define how entities are connected to each other.


What are the different types of MP3s?

Mp3 is a certain type of Music file. There are not different types (unless speaking of the quality 36kbps-360kbps). Different types of music files are WMA, OGG, WAV


What are the various types of file that are available and the cut of files for different applications?

orite


What is suspecious pointer conversion error?

Assignments between different types of pointer. Example: int i, *ip; char c, *cp; ip= &c; ip= cp; cp= &i; ip= cp; /* all wrong */


What a file?

A file is a small unit of information stored within a folder or by itself on a computer. Computers contain many files of different extensions such as .exe, .doc, .txt, and so on. Each extension designates a program for the information to be opened with. A collection of data or information that has a name, called the filename. Almost all information stored in a computer must be in a file. There are many different types of files: data files, text files , program files, directory files, and so on. Different types of files store different types of information. For example, program files store programs, whereas text files store text.A folder or box for holding loose papers that are typically arranged in a particular order for easy reference.


Three types of scoring in basket ball game?

Free throw, 2 pointer, 3 pointer.