Showing posts with label call by reference swap flowchart. Show all posts
Showing posts with label call by reference swap flowchart. Show all posts

Monday, October 22, 2012

Call by reference swapping flowchart

Q. Write a C program to give a example of swapping two values using call by reference method.
Also draw appropriate flowchart.

Ans.

C program for  call by reference swap method, click below link:
click me for call by reference swap C program

Call by reference swapping flowchart as:

Flowchart for swap two values using "Call By Reference"
Figure: Flowchart for call by reference swap two values program