Question: 4) What will the following program segment display? int funny = 1, serious; if (funny != 1) { funny = serious = 1; else if
4) What will the following program segment display? int funny = 1, serious; if (funny != 1) { funny = serious = 1; else if (funny == 2) { funny = serious = 3; else { funny = serious = 5; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
