https://quizack.com/system-programming/mcq/which-of-the-following-commands-can-be-used-to-compile-a-c-file-called-test-c-into-an-executable-called-test
Answer:
cc -o test test.c
Note: This Question is unanswered, help us to find answer for this one
More System Programming MCQ Questions