Which of the following is allowed in a C Arithmetic instruction?
(a)[]
(b){}
(c)()
(d) None of the above
Answers
Answered by
8
The option C is correct i.e. () are allowed in a C Arithmetic instruction.
Explanation:
- A C arithmetic instruction comprises of a variable name on the left-hand side of = and variable names & constants on the right-hand side of =.
- The variables and coefficients appearing on the right-hand side of = are linked by arithmetic operators like +, -, *, and /
Hope it helped..
Answered by
1
Answer:
()
Explanation:
Similar questions