I\'m absolutely new to C, and right now I am trying master the basics and have a problem reading data from scanf straight into an array.
Right now the code looks lik
int main() { int array[11]; printf("Write down your ID number!\n"); for(int i=0;i