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

Home » C » Interview Questions on Preprocessor in C

Interview Questions on Preprocessor in C : (11)


Question: 1

(A) 1
(B) 2
(C) 3
(D) 4

Compiler
Level: Beginner Category of MCQ: preprocessor



Question: 2

(A) Yes
(B) No

Compiler
Level: Beginner Category of MCQ: preprocessor



Question: 3

(A) Linker
(B) Compiler
(C) Assembler
(D) Preprocessor

Compiler
Level: Expert Category of MCQ: preprocessor



Question: 4

(A) Yes
(B) No

Compiler
Level: Practitioner Category of MCQ: preprocessor



Question: 5

(A) .h
(B) .exe
(C) .i
(D) .asm

Compiler
Level: Expert Category of MCQ: preprocessor



Question: 6

(A) Yes
(B) No

Compiler
Level: Expert Category of MCQ: preprocessor



Question: 7

(A) #include<stdio.h>
(B) #include"stdio.h"
(C) Both A & B

Compiler
Level: Practitioner Category of MCQ: preprocessor



Question: 8

(A) CppBuzz.com
(B) No output
(C) Compilation Error in preprocessing
(D) None of above

Compiler
Level: Practitioner Category of MCQ: preprocessor



Question: 9

(A) CppBuzz.com
(B) Nothing
(C) Compilation Error
(D) Depends on Compilor

Compiler
Level: Practitioner Category of MCQ: preprocessor



Question: 10

(A) -- #include<stdio.h>
(B) // #include<stdio.h>
(C) ''#include<stdio.h>
(D) ##include<stdio.h>

Compiler
Level: Practitioner Category of MCQ: preprocessor



Question: 11

(A) Yes
(B) No

Compiler
Level: Beginner Category of MCQ: preprocessor