What does sizeof operator return for each of the following classes?
class A{ //empty class }; class B{ void func(int a){ int sum =a +10; cout<&l