Question: Consider the following segment of code. 1. int a = 9: 2. if (a = 5) 3. printf(A); 4. else 5. printf(B: 6. printf(%d, a);

 Consider the following segment of code. "1. int a = 9:

Consider the following segment of code. "1. int a = 9: 2. if (a = 5) 3. printf("A"); 4. else 5. printf("B": 6. printf("%d", a); On which line is there an error? Select What is the error? Select 1 What is the output if the error is not corrected? Select

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 Databases Questions!