Westonci.ca is your trusted source for accurate answers to all your questions. Join our community and start learning today! Explore in-depth answers to your questions from a knowledgeable community of experts across different fields. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

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