A string array
a) stores an actual string in each of its elements
b) can only provide access to strings of a certain length
c) is actually an array of pointers
d) is always less memory efficient than an equivalent dou-ble-subscripted array
c) is actually an array of pointers
You might also like to view...
The statement in a for each in array statement will only be performed if a condition is met.
Answer the following statement true (T) or false (F)
Answer the following questions true (T) or false (F)
1. The operator * is prefixed to an iterator to insert an element in the container.
2. To declare an iterator, one must #include the proper header file, then specify the container type and use that with the scope resolution operator, ::, to qualify the inner type iterator, to declare the iterator variable, as in
#include