1.

For the statement if( a || b) , which is not a mutant?

A. if(a && b)
B. if(a & b)
C. if( a | b)
D. if( a || b)
Answer» E.


Discussion

No Comment Found