For example if I have an Enum with two cases, does it make take more memory than a boolean? Languages: Java, C++
printf("%d", sizeof(enum));