Question: This problem requires C language 3.23 Error handling Write a program that prints out an error message. Your program should read in the error (as

This problem requires C language
3.23 Error handling Write a program that prints out an error message. Your program should read in the error (as an integer) and the corresponding sub-error (as a character) and print out the corresponding message. If no sub-error is given, print out the listed default message. Error Sub-error Message 1 Invalid syntax 1 . Invalid syntax: missing semicolon 1 B Invalid syntax: missing parenthesis 1 Invalid syntax: missing quotes 2 Issue with variable 2 A Issue with variable: not declared 2 B Issue with variable: check spelling 3 Issue with operator 3 A Issue with operator: missing operand 3 B Issue with operator: invalid operand Hint: Implement your solution using nested switch statements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
