Q:

Using these pointers we can write a loop to print the elements in arr as follows

0

Using these pointers we can write a loop to print the elements in arr as follows.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

for (int *b = arr; b != e; ++b)
cout << *b << endl; // print the elements in arr

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now