https://quizack.com/system-programming/mcq/which-of-the-following-gcc-compiler-options-turns-on-optimization
Answer: O
Note: This Question is unanswered, help us to find answer for this one
Is This Question Helpful?
More System Programming MCQ Questions
Which option of the compiler is turned on to generate additional debug information (like the source code) for debugging an application?
Which option specifies a non standard library path during linking?
Which shell operator redirects the standard input of the command being executed?
Which library routine is used to translate the numeric system call error code to a human readable text error message?
Which IPC message operation is performed to setup communication between arbitrary processes?
Calling mmap(0, 4096, PROT_READ | PROT_WRITE, MAP_SHARED, input_fd, 4096), where input_fd is the file descriptor of a 16KB file will cause which of the following to occur?
Which of the following techniques can help keep system programs secure?
In gdb before using 'jump' you would typically do which one of the following:
In a Publish-And-Subscribe implementation, a subscriber must:
Given: int s, l; struct sockaddr_un sock_struct; The following function call: connect(s, &sock_strict, l); fails. Which one is NOT a reason for it to fail?