Answer the following statements true (T) or false (F)
1. If p1 is an integer pointer variable, with the value of 1000, p1++ changes P1 to point to the memory location 1001.
2. When you return a dynamic array to the freestore, you must include the number of elements in the array.
3. You can assign an array to a pointer variable.
4. The size of dynamic arrays must be declared at compile time.
5. int *p1; declares a static variable.
1. FALSE
2. FALSE
3. TRUE
4. FALSE
5. FALSE
You might also like to view...
A ________ query is a select query that calculates a sum, average, or similar statistic and then groups the results by two sets of values
A) crosstab B) summary statistic C) logical D) comparison
If you are analyzing how much a 30 year mortgage would cost with different interest rates, the interest rate would be the ________ value in the what-if scenario
Fill in the blank(s) with correct word