I have been trying to figure out whats the use of ‘*a’ in line 3.
bool isSorted(int *a, int n, int i)
What does * represents? I can’t recall whats its use and what it is called.
I have been trying to figure out whats the use of ‘*a’ in line 3.
bool isSorted(int *a, int n, int i)
What does * represents? I can’t recall whats its use and what it is called.