C Plus Plus Miscellaneous - Study Mode
[#381] Which of the following is correct about remove_extent() function?
Correct Answer
(C) Removes the first dimension from the left of the array
[#382] What happens when no argument is supplied to set() function?
Correct Answer
(C) All bits are set to 1 in a bitset
[#383] Which character is used to separate different arguments?
Correct Answer
(C) space
[#384] What is the use of polar function?
Correct Answer
(B) Used to construct a complex number from magnitude and phase angle
[#385] How many types of Association can be there between classes?
Correct Answer
(D) 4