Using pointer, changing A to B and B to A is Swapping the function using two address and one temperory variable. a,b are address, t is temporary variable. How function look like?
Select Answer:
swap(int *, int *, int )
swap(int *, int, int )
swap(int, int *, int )
None Of the Given Answers
|