Question: c++ What do these statements display? a. if (18 >= 18) printf (greater or equal) else printf (Less than); b. p = 51.57; q =
What do these statements display? a. if (18 >= 18) printf ("greater or equal") else printf ("Less than"); b. p = 51.57; q = 23.40; if (p > q) printf ("not less"); else printf ("less"); Convert the mathematical formula as C Expression a. b^2 - 4 ac b. a + b/c + d^2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
