1. Multiple Choice
1.1 : D
Explanation :
Integer and float both are in arithmetic statement So integer will be promoted as float . final result will be consider as float that is why sizeof operator print 4 instead of 2.
Variable is not initialized after decoration So variable
will have garbage data which most of time be a negative number. So 6-1=5