Question 1 Write a program to read four floating point numbers and find their sum and average.
Question 2 Differentiate string constants and character constants with one example each
Question 3 What is precedence of operators? How expressions are evaluated using precedences
Question 4 What do you mean by formatted input and formatted output? Explain
Question 5 Explain about the gets () and puts () functions with one example