The below code prints

#include stdio.h

int main()
{
int a,b,c;
a=0x10; b=010;
c=a+b;
printf("%d",c);
return 0;
}
20

Posted on by