swap two elements

Swap two elements in an array with code

CODE:  #include <stdio.h> int main () {     int i1 , i2 ;     int n ;             printf ( "Enter the size of…

Load More
That is All