1.

In the following example tell which statement is correct if((condition 1==1)&&(condition 2)==1)) printf("success");A)condition 1will be evaluated first,condition 2will be evaluated secondB)condition 2will be evaluated first, condition 1will be evaluated secondC)condition 1will be evaluated first,condition 2will be evaluated only if condition 1is trueD)condition 2will be evaluated first, condition 1will be evaluated only if condition 2is true

Answer»

Answer:

C)CONDITION 1will be EVALUATED first,condition 2will be evaluated only if condition 1is true



Discussion

No Comment Found