Correct and allowed.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I was wondering if we can use the operators && and || in the same expression. Do we have to put them between parentesis to avoid conflict.
For example : if(a == 1 && (b== 1 || c == 1))
Is that correct and allowed ??
Thanks