I was given a 'C' code to dry run and get the output.
Plz help me out with the output.
Int a=15,b=10;
b<<=a;
wht value would it yield?And plz if posible state the reason.
Plz help me out with the output.
Int a=15,b=10;
b<<=a;
wht value would it yield?And plz if posible state the reason.
Comment