Question: 11 Choose the correct expression in C language for the given expression : Z = (x3 + Y)/K out of a. Z= (pow(X,3) + Y)/K)
11 Choose the correct expression in C language for the given expression : Z = (x3 + Y)/K out of a. Z= (pow(X,3) + Y)/K) b. Z= pow(X,3) + Y/K e c. Z= (pow(X,3) +Y/K) d. Z= (pow(X,3) + Y)/K 12 A=10, B=5, C=3 X= A*C+B Find the value of X for the given expression. but of a. 35 b. 33 C. 80 d. 83
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
