What will the output after execution of the following statements?
void main()  
{
int i = 065, j = 65;
printf ("%d %d", i, j);
}

Posted on by