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: 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
Get step-by-step solutions from verified subject matter experts
