Sail E0 Webinar
Question
For the statement if( a || b) , which is not a mutant?
Options:
A .  if(a && b)
B .  if(a & b)
C .  if( a | b)
D .  if( a || b)
Answer: Option D


The other three statements alter the original by changing the logical operator, hence introducing mutants.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers