C programming
C Program to Find Grade of Student Using Switch Statement
C program to find grade of a student using switch case statement #include<stdio.h> int main(){ int n; printf("Enter The Number....\n"); scanf("%d",&a…
C program to find grade of a student using switch case statement #include<stdio.h> int main(){ int n; printf("Enter The Number....\n"); scanf("%d",&a…