C Plus Plus Miscellaneous - Study Mode
[#511] What is the use of no linkage?
Correct Answer
(C) make the entity visible only to that block
[#512] Pick out the correct objects about the instantiation of output stream.
Correct Answer
(D) all of the mentioned
[#513] Which keyword is used for the template?
Correct Answer
(B) template
[#514] Which of the following gives the name of the program if the second parameter to the main fucntion is char **argv?
Correct Answer
(C) argv[0]
[#515] Which operator is used to take OR of two bitset variables?
Correct Answer
(C) |