Vidyalelo
C++ Programming · Q3

Functions and Procedures in C++

Programming · C++ Programming · question 3

Q3

Which keyword is used to define a function in C++ that does not return any value?

A.
return
B.
null
C.
void
Answer
D.
None of the above

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board