Q&A is closed
void 0 Bytes
#include <iostream> using namespace std; int main() { cout << "Size of void: " << sizeof(void) << " bytes" << endl; return 0; }