Is it possible to dynamically use scanf to prompt for user input ? I have the code shown below
scanf("%d %d %d %d", &myarray[row][0], &myarray[row][1], &myarray[row][2], &myarray[row][3])
which works fine when the number of columns is fixed but in my case it is not !