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)
1
Expert's answer
2018-02-14T05:53:11-0500
/* 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. */
Comments