Write a function int mark(char key[],char answer(]) The function will be used to grade multiple-choice exam. The exam h as 6 questions, each answered with a letter in the range 'a', to 'f'. All the answers for a student are stored in the character array answer. The key-answer is also stored in array key. Both arrays (answer) and (key) are passed to the function mark as parameters. The function mark returns the number of correct answers given by by the student. For example if the key is={'a','b','a','d','e','c'}, and the answer is {'a','c','a','d','f','d'}, the function returns 3 (since there are 3 correct answers).

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter16: Searching, Sorting And Vector Type
Section: Chapter Questions
Problem 20PE
icon
Related questions
Question
Write a function int mark(char key),char answer(])
The function will be used to grade multiple-choice exam. The exam has 6 questions, each answered
with a letter in the range 'a', to 'f'. All the answers for a student are stored in the character array
answer.
The key-answer is also stored in array key. Both arrays (answer) and (key) are passed to the
function mark as parameters. The function mark returns the number of correct answers given by
by the student.
For example if the key is={'a','b','a','d','e','c'}, and the answer is {'a','c','a','d','f','d'}. the function
returns 3 (since there are 3 correct answers).
Transcribed Image Text:Write a function int mark(char key),char answer(]) The function will be used to grade multiple-choice exam. The exam has 6 questions, each answered with a letter in the range 'a', to 'f'. All the answers for a student are stored in the character array answer. The key-answer is also stored in array key. Both arrays (answer) and (key) are passed to the function mark as parameters. The function mark returns the number of correct answers given by by the student. For example if the key is={'a','b','a','d','e','c'}, and the answer is {'a','c','a','d','f','d'}. the function returns 3 (since there are 3 correct answers).
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT