C++ MQCs with Explanation ( WORKING WITH FILES)

To write floating point data to a file, we must use

  1. put ( ) function
  2. write ( ) function
  3. the insertion operator
  4. seekp ( ) function



Answer: 
Option b: write ( ) function

Explanation Here

Post a Comment

0 Comments