I am working on a very large code and everything is working correctly, I am now increasing the size of the array until it reached to the size that cannot be implemented on esp because of the large size of array .. It is clear until now?!
Now I'm wondering and I was expecting that when increase the size of an array with float , it will take fewer elements than to be acceptable because float takes 4 bytes and this is a bigger size compared to int. "for example" if the array element in int8 =[2000], in float should = [1000]