Sunday, 4 January 2015

Programming Quiz-62



main()
{
  int c = 5;
  printf("%d", main|c);
}

a. 1
b. 5
c. 0
d. none of the above 


Answer: D

No comments:

Post a Comment