+ 2
question about arithmetic operater
we solve every numerical question according to BODMAS rule so here why we don't apply BODMAS rule
2 odpowiedzi
+ 6
Link to the answer → https://stackoverflow.com/q/4017954
+ 4
Maths nd Programming are different.. even if programming has logic which needs maths..still the compiler in case of c/c++ or interpreter in other language performs operations on the basis of Precedence And Associativity defined for that language.. some of the rules can be same as BODMAS rule...u can check Precedence And Associativity table on net... i found this for c/c++ https://www.programiz.com/c-programming/precedence-associativity-operators
its same as we don't write 'not equal to' in programming as we do in maths