MCQOPTIONS
Saved Bookmarks
| 1. |
Let x.c be a C source code. The command cc x.c > y |
| A. | is equivalent to the command cc x.c;mv a.out y |
| B. | is equivalent to the command cc -o y x.c |
| C. | serves no purpose |
| D. | none of the above |
| Answer» D. none of the above | |