answersLogoWhite

0

You use fstream.

Another answer: the standard C-run time library (also know as libc or C-rtl)

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How can you read and write to files in C programming language?

We can read and write to files with the help of file commands in c programming.There are so many commands related to file for read,write,append,delete etc.


How do you compile library?

f you have a bunch of files that contain just functions, you can turn these source files into libraries that can be used statically or dynamically by programs. This is good for program modularity, and code re-use. Write Once, Use Many.A library is basically just an archive of object files


What is the relationship between ruby and get?

Ruby is a programming language. You create files containing code that Ruby runs. Git is a source code versioning system. It allows you to store the files you write in such a way as to keep track of the changes made to the files.


What kind of computer programming can be done on the Nebulous Apps website?

Nebulous Apps website allows one to perform text editing functions and write codes. One can write codes for all types of programming involving '.txt', '.md' and '.c' files and preview in both HTML and Markdown.


How do you write a program in C to convert capital letters into small letters?

Use the tolower() function in the C standard library.


Programming files in binary access mode in qbasic?

In QBasic, programming files in binary access mode allows you to read from and write to files using binary data rather than text. You can open a file in binary mode using the OPEN statement with the FOR BINARY option. This mode is particularly useful for handling non-text data, such as images or compiled objects, as it provides direct control over the byte-level representation. Use the GET and PUT statements to read from and write to the binary file.


What is mean by file handling in C programming?

There is a quite a lot of things you can do with files; some of them are: open, read, write, close, delete, copy, move, rename, concatenate, sort...


What is the shorter way to write the word and What is the shorter way to write the word and?

The shorter way to write the word "and" is "&&" in programming contexts. In informal writing, it can sometimes be represented by the ampersand symbol "&." However, in standard English, "and" is typically used in full.


How is event driven programming different from other programming?

write a note on event driven programming


Sort a book list in a library based on the discipline USING C plus plus programming?

Write your own C++ functions for the following problems:o Sort a book list in a library based on the disciplineo Print the sorted output on the console


How do you know which codes to write in DOS programming?

"DOS" means disk operating system. The most recent incarnation of this acronym relates to the IBM PC. An operating system is NOT a programming language. However, there are DOS commands, and you can write batch files that issue the commands in sequence. To know which codes or instructions you need to know to write programs you should read the manual that comes with the computer.


How do you do c programming in ms dos?

The most important steps are these: 1. write the source files 2. compile them to object modules 3. link the executable 4. run the executable