True/False
If you inadvertently use an assignment symbol, =, in place of the relational symbol, == in a relational expression, the compiler will flag this with either a warning or error message.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: A _ statement is one or more
Q35: In C any expression can be tested
Q36: The following statement prints "You lose!" on
Q37: The expression:<br> (6 * 3 == 36
Q38: What will the following program print on
Q39: In C, character data cannot be compared
Q40: What will the following program print on
Q41: The ! operator is an unary operator.
Q43: The && operator has a right-to-left associativity.
Q44: The use of _ in a C