Assume the following declarations in C++ int num [5] = {3, 4, 6, 2, 1} ; int *p = num;
Which of the following is correct?
Reveal answer
Fill a bubble to check yourself
Assume the following declarations in C++ int num [5] = {3, 4, 6, 2, 1} ; int *p = num;
Which of the following is correct?