Write a program to swap(exchange) two number without using the third variable in c language.

Comments

Popular posts from this blog

write a program to find the elements of an array by using binary search .