Q32
What does the 'void' keyword represent in the function declaration in C++?
A.
Indicates that the function does not return any value
AnswerB.
Indicates that the function returns a pointer
C.
Indicates that the function accepts no arguments
D.
Indicates that the function can be called from anywhere
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board