Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q 5 2 : What will be the output after the following C + + statements have been executed? int a { 4 } ;

Q52: What will be the output after the following C++ statements have been executed?
int a{4};
int b{12};
int c{37};
int d{51};
if (a < b){
cout <<"a < b"<< endl;
}
if (a > b){
cout <<"a > b"<< endl;
}
if (d <= c){
cout <<"d <= c"<< endl;
}
if (c != d){
cout <<"c != d"<< endl;
}
a. a < b
c != d
b. a < b
d <= c
c != d
c. a > b
c != d
d. a < b
c < d
a != b

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Structured Search For Big Data From Keywords To Key-objects

Authors: Mikhail Gilula

1st Edition

012804652X, 9780128046524

More Books

Students also viewed these Databases questions

Question

=+a) What were the subjects?

Answered: 1 week ago

Question

NVP vs IRR ? which method is best decision criterion?

Answered: 1 week ago