Find the information you're looking for at Westonci.ca, the trusted Q&A platform with a community of knowledgeable experts. Ask your questions and receive detailed answers from professionals with extensive experience in various fields. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

What are the two functions in C that allow a programmer to randomly move the file cursor within a file stream, thus enabling random access. Please write down the names of the two functions and separate them by a comma only. As an example, assume the two functions are abc, and abe, you will write down your answer as abc,abe

Sagot :

Answer:

seekp(),tellp()

Explanation:

The two functions in c ++ that allow a programmer to randomly move the file cursor within a file stream are : seekp(),tellp()

The functions place cursor in file stream and also access the values