Q. Which of the following is not a valid file operation in C++?
β
Correct Answer: (D)
execute()
Explanation: 'execute()' is not a valid file operation in C++.