void en c code example
Example: void c programming
FUNCTION DECLARATION
when void is used as a function return type,
it indicates that the function does not return a value.
POINTER DECLERATION
When void appears in a pointer declaration,
it specifies that the pointer is universal.