Vidyalelo
C Programming · Q17

Function

Programming · C Programming · question 17

Q17

In C, what is the purpose of the 'void' keyword as a function return type?

A.
It specifies that the function doesn't return a value
Answer
B.
It specifies that the function returns an integer
C.
It specifies that the function returns a character
D.
It specifies that the function is recursive

Answer: Option A

Solution

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