Home » C++ » Objective Questions
Showing Page 7 (121 - 140)
Question: 121
(A) Yes
(B) No
Compiler
Level: Practitioner Category: keyword
Question: 122
(A) It is volatile because it can change at any time
(B) It is const because our C program must not try to modify it
(C) Change value outside by means outside our C program
(D) All of these
Compiler
Level: Practitioner Category: keyword
Question: 123
(A) It saves memory
(B) It releases memory once it go out of scope
(C) It inrease execution time of program
(D) None of these
Compiler
Level: Practitioner Category: other
Question: 124
(A) Pass by Value
(B) Pass by reference
(C) Pass by pointer/address
(D) Depends on Compiler
Compiler
Level: Beginner Category: other
Question: 125
Question: 126
(A) g++ -std=c++-11 -o output.out source.cpp
(B) g++ -std=c++11 -o output.out source.cpp
(C) g++ -std=c++ 11 -o output.out source.cpp
(D) g++ -std=cpp11 -o output.out source.cpp
Compiler
Level: Expert Category: cpp11
Question: 127
(A) Filename
(B) First argument
(C) Last argument
(D) NULL pointer
Compiler
Level: Expert Category: other
Question: 128
(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
Compiler
Level: Beginner Category: other
Question: 129
(A) nmake -f myfile option
(B) nmake -f opiton myfile
(C) nmake option -f myfile
(D) nmake option -fname myfile
Compiler
Level: Expert Category: gcc_g++
Question: 130
Question: 131
Question: 132
Question: 133
(A) Yes
(B) No
(C) Depends on Compiler
Compiler
Level: Expert Category: cpp11
Question: 134
(A) Yes
(B) No
Compiler
Level: Expert Category: cpp11
Question: 135
Question: 136
Question: 137
Question: 138
Question: 139
Question: 140
C++ Online Test
Compile C++ code here