Home » C » C MCQs
Page 5 (81 - 100)
Question: 81
(A) 10
(B) 10@
(C) @
(D) [Error] stray '@' in program
Compiler
Level: BeginnerCateogry: variables
[Posted by: Admin | Chicago, USA]
Question: 82
(A) 1020
(B) 1010
(C) 2020
(D) Error: Redeclartion of a
Compiler
Level: BeginnerCateogry: variables
[Posted by: Admin | Chicago, USA]
Question: 83
(A) 10
(B) 20
(C) ::20
(D) ::10
Compiler
Level: BeginnerCateogry: variables
[Posted by: Admin | Chicago, USA]
Question: 84
(A) 20
(B) Ambiguity Error
(C) 10
(D) 0
Compiler
Level: BeginnerCateogry: variables
[Posted by: Admin | Chicago, USA]
Question: 85
(A) Compilation Error
(B) 10
(C) __10
(D) __a
Compiler
Level: BeginnerCateogry: variables
[Posted by: Admin | Chicago, USA]
Question: 86
(A) 10
(B) 20
(C) 2a
(D) Compilation Error
Compiler
Level: PractitionerCateogry: variables
[Posted by: Admin | Chicago, USA]
Question: 87
(A) 10
(B) @10
(C) 10@
(D) Compilation Error
Compiler
Level: BeginnerCateogry: variables
[Posted by: Admin | Chicago, USA]
Question: 88
(A) Easy
(B) Hard
(C) EasyHard
(D) Error in program
Compiler
Level: PractitionerCateogry: loops
[Posted by: Admin | Chicago, USA]
Question: 89
(A) Easy
(B) Hard
(C) C programming is Easy
(D) None of the above
Compiler
Level: PractitionerCateogry: loops
[Posted by: Admin | Chicago, USA]
Question: 90
(A) 0 - too young
(B) Compilation Error
(C) Nothing is printed
(D) How old are you? 16 - too young
Compiler
Level: PractitionerCateogry: loops
[Posted by: Admin | Chicago, USA]
Question: 91
(A) cppbuzz-Bad place to learn C
(B) cppbuzz-Good place to learn C
(C) Bad place to learn C
(D) Good place to learn C
Compiler
Level: PractitionerCateogry: conditional
[Posted by: Admin | Chicago, USA]
Question: 92
(A) cppbuzz-Good place to learn C
(B) cppbuzz-Bad place to learn C
(C) Good place to learn C
(D) Bad place to learn C
Compiler
Level: PractitionerCateogry: conditional
[Posted by: Admin | Chicago, USA]
Question: 93
(A) gcc -W
(B) gcc -w
(C) gcc -Wall
(D) gcc - wall
Compiler
Level: ExpertCateogry: gcc
[Posted by: Admin | Chicago, USA]
Question: 94
(A) gcc -g0
(B) gcc -g1
(C) gcc -g
(D) gcc -g3
Compiler
Level: ExpertCateogry: gcc
[Posted by: Admin | Chicago, USA]
Question: 95
(A) gcc -g
(B) gcc -a
(C) gcc -e
(D) gcc -b
Compiler
Level: ExpertCateogry: gcc
[Posted by: Admin | Chicago, USA]
Question: 96
(A) gcc -o cppbuzz.c
(B) gcc -c cppbuzz.c
(C) gcc -e cppbuzz.c
(D) gcc cppbuzz.c
Compiler
Level: ExpertCateogry: gcc
[Posted by: Admin | Chicago, USA]
Question: 97
(A) __asm__
(B) _asm_
(C) __asm
(D) asm
Compiler
Level: ExpertCateogry: gcc
[Posted by: Admin | Chicago, USA]
Question: 98
(A) __asm__
(B) _asm_
(C) __asm
(D) asm
Compiler
Level: ExpertCateogry: gcc
[Posted by: Admin | Chicago, USA]
Question: 99
(A) -asm
(B) -S
(C) -o
(D) -c
Compiler
Level: ExpertCateogry: gcc
[Posted by: Admin | Chicago, USA]
Question: 100
(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: BeginnerCateogry: gcc
[Posted by: Admin | Chicago, USA]