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

Home » C » 100 MCQ on C programming

100 MCQ on C Programming

Page 4 (61 - 80)


Question: 61

(A) Yes
(B) No

Compiler
Level: BeginnerCateogry: preprocessor
[Posted by: Admin | Chicago, USA]


Question: 62

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

Compiler
Level: PractitionerCateogry: preprocessor
[Posted by: Admin | Chicago, USA]


Question: 63

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

Compiler
Level: PractitionerCateogry: preprocessor
[Posted by: Admin | Chicago, USA]


Question: 64

(A) Yes
(B) No
(C) Depends on Compiler

Compiler
Level: BeginnerCateogry: loops
[Posted by: Admin | Chicago, USA]


Question: 65

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

Compiler
Level: PractitionerCateogry: preprocessor
[Posted by: Admin | Chicago, USA]


Question: 66

(A) #pragma
(B) #error
(C) #ifndef
(D) #elseif

Compiler
Level: ExpertCateogry: macros
[Posted by: Admin | Chicago, USA]


Question: 67

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

Compiler
Level: PractitionerCateogry: datatype
[Posted by: Admin | Chicago, USA]


Question: 68

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

Compiler
Level: PractitionerCateogry: preprocessor
[Posted by: Admin | Chicago, USA]


Question: 69

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

Compiler
Level: ExpertCateogry: datatype
[Posted by: Admin | Chicago, USA]


Question: 70

(A) Yes
(B) No

Compiler
Level: ExpertCateogry: preprocessor
[Posted by: Admin | Chicago, USA]


Question: 71

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

Compiler
Level: ExpertCateogry: preprocessor
[Posted by: Admin | Chicago, USA]


Question: 72

(A) Yes
(B) No

Compiler
Level: PractitionerCateogry: preprocessor
[Posted by: Admin | Chicago, USA]


Question: 73

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

Compiler
Level: ExpertCateogry: preprocessor
[Posted by: Admin | Chicago, USA]


Question: 74

(A) Yes
(B) No

Compiler
Level: BeginnerCateogry: preprocessor
[Posted by: Admin | Chicago, USA]


Question: 75

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

Compiler
Level: BeginnerCateogry: preprocessor
[Posted by: Admin | Chicago, USA]


Question: 76

(A) C11
(B) C99
(C) C95
(D) C89

Compiler
Level: PractitionerCateogry: other
[Posted by: Admin | Chicago, USA]


Question: 77

(A) 48D
(B) 32H
(C) 0011 1000
(D) 42H

Compiler
Level: BeginnerCateogry: loops
[Posted by: Admin | Chicago, USA]


Question: 78

(A) 66D
(B) 41H
(C) 0100 0010
(D) 0110 0011

Compiler
Level: BeginnerCateogry: other
[Posted by: Admin | Chicago, USA]


Question: 79

(A) binary form
(B) ASCII code form
(C) decimal form
(D) alphanumeric form

Compiler
Level: BeginnerCateogry: other
[Posted by: Admin | Chicago, USA]


Question: 80

(A) a
(B) %a
(C) %%
(D) %

Compiler
Level: ExpertCateogry: function
[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 Others

Switch to C++ Questions