Q1. Consider the following statements below:
To perform swapping involving three variables
2. The contents of the first variable is copied into the temp Variable: Then the contents of second variable is copied to the first variable:
Finally; the contents of the temp variable is copied hack to the second variable which completes the swapping process
Write C4+ program (0 swap tWO numbers using temporary variable