Home » C++ » MCQs
Showing Page 8 (141 - 160)
Question: 141
Question: 142
(A) data
(B) members
(C) objects
(D) none of these
Question: 143
(A) 128
(B) 256
(C) 1024
(D) None of the above
Question: 144
Question: 145
Question: 146
Question: 147
Question: 148
Question: 149
(A) namespace::a
(B) namesspace.a
(C) namespace->a
(D) namespace:a
Question: 150
(A) <iostream>
(B) <ofstream>
(C) <ifstream>
(D) <fstream>
Question: 151
(A) <ofstream>
(B) <outstream>
(C) <iofstream>
(D) <ostream>
Question: 152
(A) <ofstream>
(B) <ifstream>
(C) <fstream>
(D) <iostream>
Question: 153
(A) ios :: out
(B) ios :: app
(C) ios :: in
(D) ios::end
Question: 154
(A) ios::out | ios::in
(B) ios::out, ios::in
(C) ios::out || ios::in
(D) ios::out & ios::in
Question: 155
(A) Moves get pointer (input) to a specified location
(B) Moves put pointer (output) to a specified location
(C) Gives the current position of the get pointer
(D) Gives the current position of the put pointer
Question: 156
(A) Moves get pointer (input) to a specified location
(B) Moves put pointer (output) to a specified location
(C) Gives the current position of the get pointer
(D) Gives the current position of the put pointer
Question: 157
(A) Moves get pointer (input) to a specified location
(B) Moves put pointer (output) to a specified location
(C) Gives the current position of the get pointer
(D) Gives the current position of the put pointer
Question: 158
(A) Gives the current position of the put pointer
(B) Gives the current position of the get pointer
(C) Moves put pointer (output) to a specified location
(D) Moves get pointer (input) to a specified location
Question: 159
Question: 160
(A) Branching
(B) Looping
(C) Rekursif
(D) Algorithm
Question: 161