What's the difference between a[4] and int a[7]? this a my hw question idk how to explain or the know the difference..can you show me the difference with an example?
If this even compiles, I would assume the compiler is assuming that a[ 4 ] is an array of four ints. Even if it does, this is not a good choice in my opinion.
So if they are both integer arrays I would say the difference is -3? ;)