Answer:
D.if(chr=='a')
Step-by-step explanation:
Since chr is a character variable means it can only store a single character it could be any character.Characters are written in c++ language using single quotes out of the other three statements two of them uses double quotes and the third uses assignment operator instead equal to operator.Double quotes are used for null terminated strings.