keywords:void

C++ Reference

void

The void keyword is used to denote functions that return no value, or generic variables which can point to any type of data. Void can also be used to declare an empty parameter list. Also see the data types page.

Related Topics: char, double, float, int, long, short, signed, unsigned, wchar_t