Computer Science, asked by vikramjeet23753, 5 months ago

Find the output of following program:
void main()
{
int i=065, j=65;
printf("%d %d",1,1);
}​

Answers

Answered by ashimdad1967
0

Answer:

PRINT I 065

PRINT J 6512464455

Similar questions