Home C C++ Java Python Perl PHP SQL JavaScript Linux Selenium QT Online Test

Home » C » Interview Questions on GCC Compiler in C

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
Level: Beginner Category of MCQ: gcc



Question: 2

(A) -asm
(B) -S
(C) -o
(D) -c

Compiler
Level: Expert Category of MCQ: gcc



Question: 3

(A) __asm__
(B) _asm_
(C) __asm
(D) asm

Compiler
Level: Expert Category of MCQ: gcc



Question: 4

(A) __asm__
(B) _asm_
(C) __asm
(D) asm

Compiler
Level: Expert Category of MCQ: gcc



Question: 5

(A) gcc -o cppbuzz.c
(B) gcc -c cppbuzz.c
(C) gcc -e cppbuzz.c
(D) gcc cppbuzz.c

Compiler
Level: Expert Category of MCQ: gcc



Question: 6

(A) gcc -g
(B) gcc -a
(C) gcc -e
(D) gcc -b

Compiler
Level: Expert Category of MCQ: gcc



Question: 7

(A) gcc -g0
(B) gcc -g1
(C) gcc -g
(D) gcc -g3

Compiler
Level: Expert Category of MCQ: gcc



Question: 8

(A) gcc -W
(B) gcc -w
(C) gcc -Wall
(D) gcc - wall

Compiler
Level: Expert Category of MCQ: gcc



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 Others

Switch to C++ Questions