Hey guys probably a dumb question but can you have halve of an array? For example,
float g[] = new float [5/2];
The compiler runs but I don't understand how you can have an array that is 2.5 in length...
Hey guys probably a dumb question but can you have halve of an array? For example,
float g[] = new float [5/2];
The compiler runs but I don't understand how you can have an array that is 2.5 in length...