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.