Write expression using operators in c for finding Serial resonance?
Answers
Answered by
2
Answer:
Comma Operator In this example, the expression is evaluated from left to right. So at first, variable a is assigned value 2, then variable b is assigned value 4 and then value 6 is assigned to the variable x. Comma operators are commonly used in for loops, while loops, while exchanging values, etc.
Similar questions