Respuesta :

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The C expression for "x is not in the range of a and b, inclusive" is given below:

let suppose, we have three variables a, b and x. and x is not in the range of  variable a and variable b.

so, the expression is                      

((x>a) && (x>b))