Home » C++ » MCQs for Beginners
Page 4 (76 - 92)
Question: 76
(A) first variable name
(B) first function
(C) class name
(D) object name
Question: 77
Question: 78
Question: 79
Question: 80
Question: 81
Question: 82
Question: 83
Question: 84
Question: 85
Question: 86
Question: 87
(A) Before all #include
(B) After #include<iostream>
(C) In middle of #includes
(D) After all #inludes
Question: 88
(A) Using the entire namespace, using only single name from namespace
(B) There is no difference
(C) We can't use only cout from std namespace
Question: 89
(A) Runtime Error
(B) Compilation Erro
(C) Nothing is printed
(D) CppBuzz.com
Question: 90
Question: 91
(A) Program runs without any error
(B) Compilation Error
(C) Runtime error (Segmentation fault)
(D) None of the above
Question: 92
(A) O(log N)
(B) O(N/2)
(C) O(N)
(D) O(N^2)
Question: 93
Question: 94