Sunday, 4 January 2015

Programming Quiz-63


main()
  {
   char c;
   int i = 456;
   c = i;
   printf("%d", c);
 }

a. 456
b. -456
c. random number
d. none of the above 


Answer: C

No comments:

Post a Comment