The length of an array in C++ is significant because it determines ____.
1. the number of elements that can be stored in the array
2. the memory allocated for the array
3. the maximum size of the array
4. All of the above
Explanation:
Please open Telegram to view this post
VIEW IN TELEGRAM
👍15❤5
To access elements in a structure in C++, you use the structure variable name followed by ___.
1. A dot operator (.)
2. An arrow operator (->)
3. A hash sign (#)
4. A dollar sign ($)
Explanation:
Please open Telegram to view this post
VIEW IN TELEGRAM
👍23❤4