int startPoint [2] = {i, j};
I got this after reading the online code. Is it correct?
Yes, this is the correct C code (will work on all modern C compilers). However, this will not work on the C89 compiler.
, j , ?
!
scanf("%d %d",i,j);
int abc[]={i,j};