answersLogoWhite

0


Best Answer

Declaration of file pointer

opening of file in desired mode.

performing the desired operation.

closing the file

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is step involve is using data file in c plus plus programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

you do


How you can delete the data in the file by opening it in the C programming in read or write mode?

To delete all the existing data in a file, simply open it in write mode. If you open the file in append mode, you need to overwrite the existing data to delete part or all of that data.


Is deleted Firefox private data recoverable using a file recovery program?

Your Private Data is recoverable using a File Recovery Program...such as Pixo_Rescue.


How you can delete the data in the file when you open the file in read or write mode in C programming?

When you open a file in write mode, eg. fp=fopen("filename.txt","w"); the content of the file is deleted.


Scope of computer education?

Computer education involves the learning of basic computer skills such as file types, mouse, keyboard and using Microsoft Office. Other areas of computer education can involve more advanced subjects such as programming.


What has the author Paul W Ross written?

Paul W. Ross has written: 'Using Enable/OA' -- subject(s): Enable (Computer file), Microcomputers, Programming 'Using Enable' -- subject(s): Enable (Computer file), Microcomputers, Programming


What is meant by API?

An application programming interface (API) is a library of functions that a programming language provides for programmers for common tasks like file transfer, networking, and data structures.


What is advantage of using file in c?

Storing data, mainly.


What is the code-behind feature in ASP.NET?

The code-behind feature of ASP.NET enables you to divide an ASP.NET page into two files - one consisting of the presentation data, and the second, which is also called the code-behind file, consisting of all the business logic. The presentation data contains the interface elements, such as HTML controls and Web server controls, and the code-behind contains the event-handling process to handle the events that are fired by these controls. The file that contains the presentation data has the .aspx extension. The code behind file has either the .cs extension (if you are using the programming language C#) or the .vb (if you are using the programming language Visual Basic .NET) extension.


How data was stored before MS access and what were the disadvantages of that mannual file system?

By using file System...


How do you create a DIV type file using PHP?

A file with the DIV file extension is a DivX Movie file, it cannot be created with PHP. PHP is a web programming language for web site building.


What are the two major weaknesses of file-processing systems?

Traditional file processing systems include manual systems and also computer based file systems that were linked to particular application programs. This is the type of file processing that you used with your 3GL programming. They share a number of characteristics.