#C_programming #codingcamp A C program to swap 2 numbers without using third variable . we can swap the values of two variables without using 3rd variable . There are ways to do that- 1. using multiplication and division 2. using addition and subtraction . . . . . . • C Program to check whether character is Vo... #coding_challenge #coding_challenge_with_solution #basic_programming