Order of calculation
Write your question here.
I am wondering by which order the computer makes computations. For example in this expression:
, what will be calculated first? a*b or x+y ?
what will be calculated first? |
unspecified. Compiler can calculate either first.
Usually it depends on which order of calculations will be more effective.
Last edited on
Topic archived. No new replies allowed.