Calling a functionTrying to learn functions and having some problems. I create a function in a header file and then ca...
Pointers and arraysso if I use pointer in assigning the array and I have a user input 25 different numbers into the arr...
Pointers and arraysWhat is the difference then between allocating an array as: nt* a = NULL; int n; cin >> n; a = n...
Pointers and arraysCan someone explain the reason for pointers. i have setup an array like the following. int* a = ...
This user does not accept Private Messages