Posts by Luciano Sousa • 1 point
1 post
-
0
votes4
answers41801
viewsA: What is the purpose of the void in C?
When used as a function return type, the keyword void specifies that the function does not return a value. When used for the list of parameters of a function, void specifies that the function does…