MCQOPTIONS
Note:Incl..
Note:Includes all required header filesusing namespace std; class Empty {}; int main(){ cout << sizeof(Empty); return 0;}