Assignments: C Operators & Expressions
- Apurba Paul
- Jan 10, 2020
- 1 min read
Answer the following questions and submit them within the due date.
1. Write a short note on operators available in C Language.
2. Give the operator precedence chart.
3. Evaluate the expression: (x>y)+ ++a||!c
x=5, y=2, a=6, c=2
4. Explain Bitwise Operators.
5. Explain sizeof operator.
6. Explain Ternary operator.
Comments