previous | index | next

Creating and Accessing Dynamic Arrays

Suppose we want to use the variable v to name the array in our program, so we try:
  int v = new int[n];
Q: Is this correct?

A:


previous | index | next