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

Home » C » C Objective Questions And Answers (Page-10)

C Objective Questions And Answers - 195

Page 10 of 10 (181- 200)


Question: 181

(A) Male
(B) 0
(C) 1
(D) Compilation Error

C Compiler IDE
Level: Beginner Category: enum



Question: 182

(A) Male Female
(B) 0 1
(C) 5 5
(D) 5 6

C Compiler IDE
Level: Practionar Category: enum



Question: 183

(A) -1 0
(B) -1 -2
(C) -1 -1
(D) Compilation Error

C Compiler IDE
Level: Practionar Category: 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: enum



Question: 185

(A) 0 0
(B) -1 0
(C) Some Garbage Value 0
(D) Compilation Error

C Compiler IDE
Level: Practionar Category: enum



Question: 186

(A) Compilation Error
(B) Garbage Value 0
(C) -1 -1
(D) 0 -1

C Compiler IDE
Level: Expert Category: enum



Question: 187

(A) 3
(B) 4
(C) 5
(D) 6

C Compiler IDE
Level: Beginner Category: union



Question: 188

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

C Compiler IDE
Level: Beginner Category: loops



Question: 189

(A) 10 0
(B) 10 GarbageValue
(C) 10 10
(D) 0 0

C Compiler IDE
Level: Beginner Category: union



Question: 190

(A) 88 88
(B) 99 88
(C) 99 99
(D) 88 99

C Compiler IDE
Level: Beginner Category: 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: filehandling



Question: 192

(A) compilation error
(B) hello
(C) no output
(D) runtime error

C Compiler IDE
Level: Beginner Category: 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: 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: 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: loops