Question 18
Answer saved
Marked out of 1.00
Give x,y,z are of floating-point type, which of the following C expressions is INCORRECT?
a. x=y=>z
b. All of the others
O c. x=y^z
O d. x=y.z
Clear my choice
Question 19
Answer saved
Marked out of 1.00
Which library that the following functions belong to?double round(double); double ceil(double); double sqrt(double); double pow(double base, double exponent);
O a. stdio.h
b. math.h
C. time.h
Od. stdlib.h
Clear my choice