Interview Questions on GCC Compiler in C : (8)
Question: 1
(A) It converts source code into assembly code
(B) It converts a assembly language program into machine language
(C) It convert code generated by Preprocessor to assembly code
(D) None of the above
Compiler
Beginner gcc[Posted by: Admin | Chicago, USA]
Question: 2
(A) -asm
(B) -S
(C) -o
(D) -c
Compiler
Expert gcc[Posted by: Admin | Chicago, USA]
Question: 3
(A) __asm__
(B) _asm_
(C) __asm
(D) asm
Compiler
Expert gcc[Posted by: Admin | Chicago, USA]
Question: 4
(A) __asm__
(B) _asm_
(C) __asm
(D) asm
Compiler
Expert gcc[Posted by: Admin | Chicago, USA]
Question: 5
(A) gcc -o cppbuzz.c
(B) gcc -c cppbuzz.c
(C) gcc -e cppbuzz.c
(D) gcc cppbuzz.c
Compiler
Expert gcc[Posted by: Admin | Chicago, USA]
Question: 6
(A) gcc -g
(B) gcc -a
(C) gcc -e
(D) gcc -b
Compiler
Expert gcc[Posted by: Admin | Chicago, USA]
Question: 7
(A) gcc -g0
(B) gcc -g1
(C) gcc -g
(D) gcc -g3
Compiler
Expert gcc[Posted by: Admin | Chicago, USA]
Question: 8
(A) gcc -W
(B) gcc -w
(C) gcc -Wall
(D) gcc - wall
Compiler
Expert gcc[Posted by: Admin | Chicago, USA]
C Programming Test
Compile C code here
Browse C Categories
Preprocessor Assembler Compilation Datatypes Arrays Variables Pointers Functions Loops Switch Structures Union Enum Goto & Labels Storage Classes Malloc & free Macros Conditional Operators File Handling gcc OthersSwitch to C++ Questions