Question 1:
Write down a C program to convert the given temperature from the Centigrade to Fahrenheit.
Question 2:
Write down a C program to swap 2 numbers by using 3rd variable.
Question 3:
Write down a C program to swap 2 numbers devoid of using 3rd variable.
Question 4:
Write down a C program to add, multiply, subtract and divide two numbers using functions.
Question 5:
Write down a C program to create prime numbers till the given number.
Question 6:
Write down a C program to search the given number in an array by using binary search.