58.0k views
4 votes
The ____ keyword specifies that a function or method does not return a value.

User Kasra
by
7.0k points

1 Answer

6 votes
The void keyword. Otherwise you use a type name, such as int or char or string.
User RisingHerc
by
6.9k points