C Plus Plus Miscellaneous - Study Mode

[#481] Which is used to use a function from one source file to another?
Correct Answer

(C) prototype

[#482] Which is used for formatting purpose in c++?
Correct Answer

(A) Whitespace

[#483] Which is the correct way of handling arguments with spaces?
Correct Answer

(B) Either single or double quotes

[#484] What happens when no argument is supplied to flip() function?
Correct Answer

(C) All bits are flipped in a bitset

[#485] How the size of a vector increases once it is full?
Correct Answer

(B) Vector doubles its capacity after it is full