GCC Compiler Question:
Download Questions PDF

The assembly code generated depends upon the:
a) processor architecture
b) RAM size
c) both (a) and (b)
d) none of the mentioned

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

c) both (a) and (b)

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
Which option of gcc inhibit all warning messages?
a) -w
b) -x
c) -y
d) -z
The command "gcc -S google.c" will:
a) stop compilation process after the generation of assembly code file
b) generate google.s file
c) both (a) and (b)
d) none of the mentioned