void

Example: void

Used in function declarations to indicate that the function returns an empty or NULL value. This keyword is useful for creating functions that either do not require any parameters or do not return a value.