Write a function which accepts an integer array of size n and prints every third value of the array.

c) Write a function which accepts an integer array of size n and prints every third value of the array.


Leave a Reply