C Programming
In an expression involving || operator, evaluationI.   Will be stopped if one of its components evaluates to falseII.  Will be stopped if one of its components evaluates to trueIII. Takes place from right to leftIV.  Takes place from left to right

I and II
I and III
III and IV
II and III
II and IV

ANSWER DOWNLOAD EXAMIANS APP

C Programming
A preprocessor command

comes before the first executable statement
has # as the first character
need not start on a new line
need not start on the first column

ANSWER DOWNLOAD EXAMIANS APP