https://quizack.com/system-programming/mcq/which-of-the-compiler-options-generates-an-assembler-output-file
Answer: -S
Note: This Question is unanswered, help us to find answer for this one
Is This Question Helpful?
More System Programming MCQ Questions
What does the '-pg' option of the Unix compiler do?
Shared libraries increase an application's disk size?
Which redirects the standard error output of a command to the log file 'error.log'?
Typical system calls the Unix shell invokes when it has to execute a new command?
Which system call is used to send a signal to another process?
In an IDL which one of the following is NOT a valid declaration?
You want to copy binary contents of memory from one location to another. Which one of these h-files will you #include?
A thread has its own copy of which of th following?
Which one is not a difference between exit() and _exit()?
In order to prevent signal handler race conditions, a developer must do which of the following?