C-LANGUAGE QUESTIONS
1. Explain the difference between the arithmetic and assignment operators in C language.
2. What is the use of the conditional (ternary) operator (?:) in C language?
3. Write a C program to calculate the sum of two numbers using the addition operator.
4. Demonstrate the use of the increment (++) and decrement (--) operators in C language.