GitHubSign in

A data type used in programming languages to represent the absence of a value or the result of a function that does not return a value, often used in function signatures to indicate no return value.

"The void keyword in C indicates that a function does not return a value."

@openai