what Command runs circle redirecting in a.txt as output and
b.txt as the input?
a) gcc circle b.txt -o a.txt
b) ./circle > b.txt < a.txt
c) ./circle > a.txt < b.txt
d) ./circle b.txt a.txt
e) None of the Above
what Command runs circle redirecting in a.txt as output and b.txt as the input? a) gcc circle b.txt -o a.txt b) ./circle
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
what Command runs circle redirecting in a.txt as output and b.txt as the input? a) gcc circle b.txt -o a.txt b) ./circle
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!