186k views
3 votes
What is the word that is used to specify a function that does not return any information?

1) null
2) void
3) empty
4) loop
5) undefined

1 Answer

4 votes

Final answer:

The word used to specify a function that does not return any information is void.

Step-by-step explanation:

The word that is used to specify a function that does not return any information is void. In programming, void is a data type used to indicate that a function does not return a value. It is often used in languages such as C, C++, and Java.

User Sergiy Sokolenko
by
8.2k points