Sunday, 4 January 2015

Programming Quiz-48


main()
  {
   int i = 0xff;
   printf("%d", i<<2);
  }

a. 4
b. 512
c. 1020
d. 1024 


 Answer: C

No comments:

Post a Comment