Vidyalelo
C++ Programming · Q32

Functions and Procedures in C++

Programming · C++ Programming · question 32

Q32

What does the 'void' keyword represent in the function declaration in C++?

A.
Indicates that the function does not return any value
Answer
B.
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