This document contains solutions to questions from Chapter 4 of the book "Let Us C Solutions" (5th Edition) by Kavya Sharma. It includes:
1) The output of sample C programs using switch statements with explanations
2) Identifying errors in programs using switch statements
3) A menu driven program using switch statements to calculate factorial, check prime numbers, and odd/even numbers
4) A program to calculate grace marks for a student based on class and subjects failed using switch statements