If you attempt to open a non -existing file for output.

A. It is automatically created if it's a text file

B. It is automatically crated if it's a binary file.

C. The open failts

D .a) and b) statemeenets are correct.

E. A) and B) statements are incorrect

Respuesta :

tonb

Answer:

D

Explanation:

Output files are typically created when they do not exist, regardless of the type.