Examlex

Solved

Write the Code to Declare a Variable Named OutFile That

question 18

Short Answer

Write the code to declare a variable named outFile that can be used to write data to a sequential access file.Then write the statement to open a sequential access file named samples.txt for output.New data should be written to the file after any existing data in the file.


Definitions:

Related Questions