Question: fix the following errors based on the screenshots and code provided. Equ_Res.c: In function 'main': Equ_Res.c:27:8: error: stray '342' in program 27 | printf(Your last
fix the following errors based on the screenshots and code provided.
Equ_Res.c: In function 'main': Equ_Res.c:27:8: error: stray '\342' in program 27 | printf("Your last name? "); | Equ_Res.c:27:11: error: 'Your' undeclared (first use in this function) ^~~~ Equ_Res.c:27:11: note: each undeclared identifier is reported only once for each function it appears in Equ_Res.c:27:15: error: expected ')' before 'last' 27 | printf("Your last name? "); I 27 | printf("Your last name? "); ANNNN I Equ_Res.c:27:26: error: stray '\' in program 27 | printf("Your last name? "); Equ_Res.c:27:28: error: stray '\342' in program 27 | printf("Your last name? ");
Step by Step Solution
3.50 Rating (160 Votes )
There are 3 Steps involved in it
The error message indicates a problem in line 27 of your cod... View full answer
Get step-by-step solutions from verified subject matter experts
