Predict the output.

 int a; . 

float b; . a = 5; 

cout << sizeof(a + b/2);


Share with your friends
Call

Output is 4. Result will be the memory size of floating point number

Talk Doctor Online in Bissoy App