Write a c program to swap two numbers using third variable. Given two input integers, We have to write a code to swap two numbers using a third or temporary variable.
Write a C program to print hello world without using semicolon. It’s an interesting problem, As in C code every line is terminated with a semicolon. So, how do we write a c program to print hello world without using semicolon. This problem is also important in terms of interview. →