'&&' within '||'

C
//Do this when get error: '&&' within '||'
if ((A && B) || (C && D))
Source

Also in C: