case'e': printf("I m in case 1"); case 'D': printf("I m in default case"); 1 a 9.0 Exercises: 1. Write a C program to find whether entered alphabet is vowel or consonants. 2. Write a C program to enter any number between (1-12) and print month associate with that number. 3. Write a C program to input percentage of final exams and grade according to following: Percentage >= 90% : Grade A Percentage >= 80% : Grade B Percentage >= 70% : Gradec Percentage >= 60% : Grade D Percentage >= 40% : Grade E Percentage
Answers
Answer:
Backup software are computer programs used to perform a backup; they create supplementary exact copies of files, databases or entire computers. These programs may later use the supplementary copies to restore the original contents in the event of data loss. Hence they're very useful to users.
Answer:
case'e': printf("i m in case 1"); case 'd': printf("i m in default case"); 1 a 9.0 exercises: 1. write a c program to find whether entered alphabet is vowel or consonants. 2. write a c program to enter any number between (1-12) and print month associate with that number. 3. write a c program to input percentage of final exams and grade according to following: percentage >= 90% : grade a percentage >= 80% : grade b percentage >= 70% : gradec percentage >= 60% : grade d percentage >= 40% : grade e percentage