MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following script. What will the file myfile.txt contain at the end of its execution? |
| A. | A random sequence of 41 characters |
| B. | A random sequence of 49 characters. |
| C. | Nothing, or the file will not exist, and the script will output an error |
| D. | A random sequence of 50 characters. |
| Answer» D. A random sequence of 50 characters. | |