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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
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

Post by answerhappygod »

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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply