Home » C » C Questions
Page 5 of 10 (81- 100)
Question: 81
(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
C Compiler IDE
Level: Beginner Category of MCQ: gcc
Question: 85
(A) gcc -o cppbuzz.c
(B) gcc -c cppbuzz.c
(C) gcc -e cppbuzz.c
(D) gcc cppbuzz.c
C Compiler IDE
Level: Expert Category of MCQ: gcc
Question: 86
(A) gcc -g
(B) gcc -a
(C) gcc -e
(D) gcc -b
C Compiler IDE
Level: Expert Category of MCQ: gcc
Question: 87
(A) gcc -g0
(B) gcc -g1
(C) gcc -g
(D) gcc -g3
C Compiler IDE
Level: Expert Category of MCQ: gcc
Question: 88
(A) gcc -W
(B) gcc -w
(C) gcc -Wall
(D) gcc - wall
C Compiler IDE
Level: Expert Category of MCQ: gcc
Question: 89
(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
C Compiler IDE
Level: Practitioner Category of MCQ: conditional
Question: 90
(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
C Compiler IDE
Level: Practitioner Category of MCQ: conditional
Question: 91
(A) 0 - too young
(B) Compilation Error
(C) Nothing is printed
(D) How old are you? 16 - too young
C Compiler IDE
Level: Practitioner Category of MCQ: loops
Question: 92
(A) Easy
(B) Hard
(C) C programming is Easy
(D) None of the above
C Compiler IDE
Level: Practitioner Category of MCQ: loops
Question: 93
(A) Easy
(B) Hard
(C) EasyHard
(D) Error in program
C Compiler IDE
Level: Practitioner Category of MCQ: loops
Question: 94
(A) 10
(B) @10
(C) 10@
(D) Compilation Error
C Compiler IDE
Level: Beginner Category of MCQ: variables
Question: 95
(A) 10
(B) 20
(C) 2a
(D) Compilation Error
C Compiler IDE
Level: Practitioner Category of MCQ: variables
Question: 96
(A) Compilation Error
(B) 10
(C) __10
(D) __a
C Compiler IDE
Level: Beginner Category of MCQ: variables
Question: 97
(A) 20
(B) Ambiguity Error
(C) 10
(D) 0
C Compiler IDE
Level: Beginner Category of MCQ: variables
Question: 99
(A) 1020
(B) 1010
(C) 2020
(D) Error: Redeclartion of a
C Compiler IDE
Level: Beginner Category of MCQ: variables
Question: 100
(A) 10
(B) 10@
(C) @
(D) [Error] stray '@' in program
C Compiler IDE
Level: Beginner Category of MCQ: variables