Identify the correct statement about the void return type.
void means the function returns an int
void means the function can return anything
void means the function does not return any value
void is used to skip a function call
This question is part of this quiz :
Functions in C