If the size declarator of an array definition is omitted, C++ counts the number of
items in the ____ to determine how large the array should be.
Look at the following array definition.
double amount[5] ;
A) How many elements does this array hold?
B) What can you store in amount [ 5]?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here