List out the rules to declare a valid variable in ‘C’ program.

c) List out the rules to declare a valid variable in ‘C’ program. Evaluate the following expression and show the hierarchy of operations:
(2 + 4)/3 + 2 % 3 * 2 - 5


Leave a Reply