Find the output of following program:
void main()
{
int i=065, j=65;
printf("%d %d",1,1);
}
Answers
Answered by
0
Answer:
PRINT I 065
PRINT J 6512464455
Similar questions