void main()  
{
int i = 065, j = 65;
printf ("%d %d", i, j);
}
What is the output of the program

Posted on by