Q. Which of the following is not a valid file operation in C++? (A) open() (B) close() (C) read() (D) execute() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) execute() Explanation: 'execute()' is not a valid file operation in C++.