Write a function (using pointer parameters) that compares two integer
arrays to see whether they are identical. The function returns 1 if
they are identical, 0 otherwise
Write a function (using pointer parameters) that compares two integer arrays to see whether they are identical. The function returns 1 if they are identical, 0 otherwise
No comments:
Post a Comment