Home » C » C Questions
Page 10 of 10 (181- 200)
Question: 181
(A) Male
(B) 0
(C) 1
(D) Compilation Error
C Compiler IDE
Level: Beginner Category of MCQ: enum
Question: 182
(A) Male Female
(B) 0 1
(C) 5 5
(D) 5 6
C Compiler IDE
Level: Practionar Category of MCQ: enum
Question: 183
(A) -1 0
(B) -1 -2
(C) -1 -1
(D) Compilation Error
C Compiler IDE
Level: Practionar Category of MCQ: enum
Question: 184
(A) Male Female
(B) 0 1
(C) Runtime error (Segmentation fault)
(D) Compilation Error: Can't cast
C Compiler IDE
Level: Expert Category of MCQ: enum
Question: 185
(A) 0 0
(B) -1 0
(C) Some Garbage Value 0
(D) Compilation Error
C Compiler IDE
Level: Practionar Category of MCQ: enum
Question: 186
(A) Compilation Error
(B) Garbage Value 0
(C) -1 -1
(D) 0 -1
C Compiler IDE
Level: Expert Category of MCQ: enum
Question: 189
(A) 10 0
(B) 10 GarbageValue
(C) 10 10
(D) 0 0
C Compiler IDE
Level: Beginner Category of MCQ: union
Question: 190
(A) 88 88
(B) 99 88
(C) 99 99
(D) 88 99
C Compiler IDE
Level: Beginner Category of MCQ: union
Question: 191
(A) set the position to the beginning point
(B) gives current position in the file
(C) set the position to desire point
(D) None of these
C Compiler IDE
Level: Beginner Category of MCQ: filehandling
Question: 192
(A) compilation error
(B) hello
(C) no output
(D) runtime error
C Compiler IDE
Level: Beginner Category of MCQ: loops
Question: 193
(A) ptr must refer to desc
(B) ptr may point to any descriptor elsewhere in memory
(C) Incrementing ptr will cause misalignment between ptr and desc
(D) desc may be modified through ptr
C Compiler IDE
Level: Practitioner Category of MCQ: pointers
Question: 194
(A) 0 1 2 3 ... infinite times
(B) 0 1 2 ... 127
(C) 0
(D) 1
C Compiler IDE
Level: Beginner Category of MCQ: loops
Question: 195
(A) 0 1 2 3 4 5 6 7 8 9 10
(B) 0 1 2 3 ... infinite times
(C) 1 2 3 4 5 6 7 8 9 10
(D) 1 2 3 4 5 6 7 8 9
C Compiler IDE
Level: Beginner Category of MCQ: loops