InterviewSolution
Int MAIN(){int i,j;for(i=1;i<=9;i+=2){for(j=i;j<=9;j+=2){PRINTF("%d",j);}printf("\n");}return 0;}I HOPE this will help you
Your experience on this site will be improved by allowing cookies. Read Cookie Policy