0
arrays and pointers
so if i write int x[1] [2]={1,2,3};{4,5,6}; cin<<x[0] [0]<<endl; if i enter the wrong int (i.e anything but 1)will the code bug without an if statement
4 Respostas
+ 8
It will just crash.
+ 1
if you create array you must point quantity strings and calumns
0
array is a similar exclusive data type
0
just a way to catagorize the data using the least amount of bits possible??