Computer Science, asked by divyaprakashnp, 7 months ago

what is significance of the keyword void​

Answers

Answered by naqvialiabbas110
2

Answer:

When used as a function return type, the void keyword specifies that the function does not return a value. When used for a function's parameter list, void specifies that the function takes no parameters. When used in the declaration of a pointer, void specifies that the pointer is "universal."

Explanation:

Make me a Brain List

Similar questions