Respuesta :

Answer:

c. void

Explanation:

Great question, it is always good to ask away and get rid of any doubts that you may be having.

A function that doesn't have a data type is considered to be a void function. This means that it will not return any data type value. Regardless of what is inputted, it completes the set of instructions or methods within the function and terminates the function. If a value is tried to be returned from a void function it will just show up as a compilation error.

I hope this answered your question. If you have any more questions feel free to ask away at Brainly.