16. write a c program that will swap two variables without the use of any third variable. utilize this program to write a program that reads two sentences that contain alphanumeric characters and the program must swap all the numerics in sentence1 with alphabet characters from sentence 2 and vice-versa. keep the lengths of the sentences as identical.