Or are we all sticking to our taught \"&&, ||, !\" way?
Any thoughts in why we should use one or the other?
I\'m just wondering because several answe
Those were not supported in the old days. And even now you need to give a special switch to some compilers to enable these keywords. That's probably because old code base may have had some functions || variables named "and" "or" "not".