My teacher said that array in C is managed by preprocessor.
Preprocesser replace all array occurences (i.e. int a[10] ) with
something that I don't understand/remember well.
What's exactly happens with array during preprocessing/compiling stage?
Thanks in advance
Preprocesser replace all array occurences (i.e. int a[10] ) with
something that I don't understand/remember well.
What's exactly happens with array during preprocessing/compiling stage?
Thanks in advance
Comment