What is the output of the code?
#includestdio.h
void main()
{
int i=065 , j= 65;
printf("%d %d" , i , j);
}

Posted on by