How to swap elements in array using pointers
Answers
Answered by
0
Answer:
Declare an array and define all its elements.
Create a function with two parameters i.e. two pointer variables.
Inside this function, first create a temporary variable. ...
Now, value at first pointer changes to the value at second pointer.
Explanation:
Answered by
0
Answer:
I don't know this answer but brain
helps you to write the answer
Similar questions