Q. Let x.c be a C source code. The command cc x.c > y (Solved)
1. is equivalent to the command cc x.c;mv out y
2. is equivalent to the command cc -o y x.c
3. serves no purpose
4. none of the above
- c. serves no purpose
1. is equivalent to the command cc x.c;mv out y
2. is equivalent to the command cc -o y x.c
3. serves no purpose
4. none of the above