Find the output of the following program.
void main(){ int i=065, j=65; printf("%d %d", i, j);}
void main(){ int i=065, j=65; printf("%d %d", i, j);}Find the output of the following program.
void main(){ int i=065, j=65; printf("%d %d", i, j);} Correct Answer 53 65
As octal 65 ( 065 ) is equivalent of decimal value 53.
মোঃ আরিফুল ইসলাম
Feb 20, 2025