Define the term Hiearchy of operations .Write the hierachical order of the arthmetic operators in QBasic
Answers
Answered by
2
Answer:
Hierarchy of Operations
Explanation:
In a programming language, when an expression involves multiple operations, the hierarchy operations instucts the compliers and interpreters on the order in which the expression has to be executed.
Similar questions