Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ questions: urgent, please help me answer all of the following questions, thumb up for all correct answers. thanks! DQuestion 13 2 pts If you
C++ questions:
urgent, please help me answer all of the following questions, thumb up for all correct answers.
thanks!
DQuestion 13 2 pts If you attempt to open a non-existing file for output It is automatically created bt only if the file is a text fileThe open fails. It is automatically created if it's a text file It is automatically created for both text and binary files It is automatically created if it's a binary file. D Question 14 2 pts If you open an existing file for input The file size is changed to zero it it's a text file. The file is renamed The file is truncated The file size is changed to zero if it's a binary file The file size remains unchangedStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started