What does the below code prints

void main()  
{
int i = 065, j = 65;
printf ("%d %d", i, j);
}

Posted on by