Question: The code bellow is valid and will display bye char str 1 [ 1 0 ] = abc ; char str 2 [ 1 0

The code bellow is valid and will display bye
char str1[10]=abc;
char str2[10]=abd;
if ( str1> str2)
cout <<Hi<< endl;
else
cout <<bye<< endl;

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!