Home » C++ » MCQs for Beginners
Showing 26 - 50 of 91
Question: 26
Question: 27
Question: 28
Question: 29
Question: 30
Question: 31
Question: 32
Question: 33
Question: 34
Question: 35
Question: 36
Question: 37
Question: 38
Question: 39
(A) Uses buttons, menus, and icons
(B) Should be easy for a user to manipulate
(C) Stands for Graphic Use Interaction
(D) Both A and B
Question: 40
Question: 41
(A) class
(B) field
(C) function
(D) property
Question: 42
(A) It instruct the compiler to set default value to any variable
(B) It instruct the compiler to set default return value to any function
(C) It instruct the compiler to set default argument values for any function
(D) It instruct the compiler to generate the default implementation
Question: 43
(A) Checking the Grammar
(B) Finding the type of names and expressions
(C) Making up tokens from characters
(D) None of these
Question: 44
Question: 45
Question: 46
(A) Pass by Value
(B) Pass by reference
(C) Pass by pointer/address
(D) Depends on Compiler
Question: 47
(A) We can create link using structure only
(B) We can create link list using class only
(C) We can create link list either by class or structure
(D) We should ignore implementation of link list using structure as it consume more memory
Question: 48
(A) data
(B) members
(C) objects
(D) none of these
Question: 49
Question: 50
(A) <iostream>
(B) <ofstream>
(C) <ifstream>
(D) <fstream>