[solved] – Question 73482
Initialize an integer array of size 10; pass it to a function ‘arrIncrement’ using a void pointer.
The function should increment all elements of the array by one. Then display the
updated array on screen. (use casting)
Expert Answer
OR

