+ 3
precedence question in C++
a condition like this, which is gonna get access first? if(something || something != something) it will access the || or != first?
5 ответов
+ 10
+ 9
It will access != first because the relational operator have more priority than logical ||
+ 5
C++ Ebooks: 😂
http://index-of.es/C++/
+ 2
well u r pretty good at c++..keep it up
+ 1
@Muhammad Aleem Siddiqui thx 😂