Sep 15 2005 08:14 AM 7767 1 }"> x) main(){ printf("%x",-1 Beena fff0Explanation :-1 is internally represented as all 1's. When left shifted four times the least significant 4 bits are filled with 0's.The %x format specifier specifies that the integer value be printed as a hexadecimal value xeejam Profile Answers by xeejam Questions by xeejam Nov 11th, 2005 Depending on the machine implementation it will result in FFFFFF0 (for 32bit ) or FFF0 (16 bit ) Answer Question Select Best Answer
Sep 15 2005 08:14 AM 7767 1 }"> x) main(){ printf("%x",-1 Beena fff0Explanation :-1 is internally represented as all 1's. When left shifted four times the least significant 4 bits are filled with 0's.The %x format specifier specifies that the integer value be printed as a hexadecimal value xeejam Profile Answers by xeejam Questions by xeejam Nov 11th, 2005 Depending on the machine implementation it will result in FFFFFF0 (for 32bit ) or FFF0 (16 bit ) Answer Question Select Best Answer
xeejam Profile Answers by xeejam Questions by xeejam Nov 11th, 2005 Depending on the machine implementation it will result in FFFFFF0 (for 32bit ) or FFF0 (16 bit )