Functions in C Programming | Q - 10

Last Updated :
Discuss
Comments

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

Tags:
Share your thoughts in the comments