Blog # 80 : Simple but Tricky Sum
What would be the output of the following code ? int main(int argc, char **argv){ printf("%d", 012345 + 123450); return 0; }courtesy: Mahesh Gondi Click here to see the solution. p.s. - For Remarks please hit the given link once. For Hint, hit it twice and for the solution, hit it thrice. |