Question: 5. Write the line of code to close a file stream object named inputData. 6. Write a single line of code that declares a stream
5. Write the line of code to close a file stream object named inputData. 6. Write a single line of code that declares a stream object for writing output named outData and links it to a newly created file named "MonthlyTotals.txt" within the project. 7. What kind of error does it appear that the following code contains? Explain. ofstream infile; logic syntax runtime none 8. In C++ you can pass a string object as argument to a file stream object's open member function. True/False: 9 It is possible to define a file stream object and open a file in one statement. True/False 10. What is the difference between a local variable and a static local variable? 11. When a global variable has the same name as a variable that is declared locally within a function the global variable will be hidden while the function is running. TRUE or FALSE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
