1.
The correct sequence of GCC compilation process is
2.
The preprocessor removes the _______ from the source code.
3.
The compiler converts
4.
What is the role of linker in the compilation process?
5.
The assembly code is converted into the machine code by
6.
If sanfoundry.c is compiled with GCC, then the sanfoundry.s file will contain the
7.
The object file contains the
8.
If we do not specify the executable file name at the compilation time in GCC, then in linux the compiler creates executable named as
9.
The macros specifies in source code are expanded by