[C language] Write the value of a mathematical expression in the program output?
You can't find the value of the expression without knowing the values of x and y. Let's write the C language form of three expressions (including the math.h header file).
1)(x*y+y*y/(4*x))/3
2)sqrt(pow(x,4)-4*x*y)
3)fabs(x*x-log 10(x*y))