Match the LIST-I with LIST-II
| LIST-I (file mode parameters) | LIST-II (Meaning) | ||
| A. | ios::ate | I. | Go to end of file on opening |
| B. | ios::in | II. | Open fails if the file already exists. |
| C. | ios::nocreate | III. | Open file for reading only |
| D. | ios::noreplace | IV. | Open fails if the file does not exist. |
Choose the correct answer from the options given below: