Q.

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» C. serves no purpose
1.3k
0
Do you find this helpful?
5

Discussion

No comments yet