Question: What is the output of the program #include using namespace std; int main() { if { int first = 16; int second = 8; ((first
What is the output of the program
#include using namespace std; int main() { if { int first = 16; int second = 8; ((first second == 2) || (second / first == 3)) second first = 20; } else if ((first second == 2 || second % first == 1)) { } else { } 10; second = 15; first = 5; first = -10; second-20; cout < < first < < return 0; 11 11
Step by Step Solution
3.45 Rating (155 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
