Question: Question 41 Examine the C program segment below. What is wrong with the C code? if((diff_1_2
Question 41
-
Examine the C program segment below. What is wrong with the C code?
if((diff_1_2 <= diff_1_3) & (diff_1_2 <= diff_2_3))
The variables are invalid.
The relational operators are invalid.
The logical operator is invalid.
Parentheses cannot be used in an if structure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
