Skip to content
Loading
For the below 3 cases which a+b; operation takes more time? 1)int a,b; 2)float a,b; 3)int a;float b;