{{keywords>wiki library source code example reference}} ===== void ===== void 0 Bytes ===== Cpp Sourcecode Example ===== #include using namespace std; int main() { cout << "Size of void: " << sizeof(void) << " bytes" << endl; return 0; }