Can someone help me figure out why this is not working.
int main() {
int A[100];
for(int i=0; i<A.length; i++)
{
}
return 0;
}
Here is my error
[Error] request for member 'length' in 'A', which is of non-class type 'int [100]'