C Language MCQs – Certification Test 61
MCQ 61: By evaluating the following statement where x=25.0 and y=15.0if (y < 15.0) , the value of x is:
{
if (y >= 0.0)
x = 5 * y;
else
x = 2 * y;
}
else
x = 3 * y;
The App: C Programming Frequently Asked Questions Trivia App to study C Programming Frequently Asked Questions Notes, C++ Trivia App, and Inventions Trivia App for algorithm design studies.
The "C++ Trivia" App Download: Free C Programming Frequently Asked Questions Learning App (Android & iOS) to advance C++ remote education. Download Play Store & App Store Study Apps with all functionalities for C++ digital technology workshops.