Question: #6 What will the following program print on screen? int age 30; if (age 40) printf(Happy Birthday!); else printf(Sorry) Happy Birthday! Sorry Runtime error. Nothing:

#6
What will the following program print on screen? int age 30; if (age 40) printf("Happy Birthday!"); else printf("Sorry") Happy Birthday! Sorry Runtime error. Nothing: the program will not compile
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
