for(i=0;i<2;i++) { for(j=0;j<10;j++) { scanf("%c",&a[i][j]); if(a[i][j] == '\n') { a[i][j] = '\0'; break; } } }