Question: Q3. Create a four-question multiple choice question on C programming language, each question having three possible answers (numbered 1-3). Write an application/code that administers the

Q3. Create a four-question multiple choice question on C programming language, each question having three possible answers (numbered 1-3). Write an application/code that administers the quiz, calculates the number of correct answers (zero through four) and returns a message to the user. If the user correctly answers four questions, print "Excellent"; if three, print "Very good"; if two or fewer, print "Time to brush up on your knowledge of C programming,". You need to show the below questions one by one on the screen and ask the user to answer (1-3). The possible question pattern might be, [you can use any MCQ questions as your choice] (40) 1. Who is the father of C language? 1) Steve Jobs 2) James Gosling 3) None 2. Which of the following is not a valid C variable name? 1) int number; 2) float rate; 3) None 3. All keywords in C are in 1) LowerCase letters 2) UpperCase letters 3) None 4. Which keyword is used to prevent any changes in the variable within a C program? 1) immutable 2) mutable 3) None
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
