OUTPUT ??
#include stdio.h

int main()
{
int a = 045,b=55;
printf("%d%d",a,b);

return 0;
}


Posted on by