0
what does the statement "zero size arrays are an extension" mean?
I can't understand follow code: int a [0]; cout << a[-1]; https://code.sololearn.com/cfm5P2Yyx5yp/?ref=app
3 Answers
0
thanks ~swim~.
so
has a[-1] a meaningful value ?
I can't understand follow code: int a [0]; cout << a[-1]; https://code.sololearn.com/cfm5P2Yyx5yp/?ref=app