Automated Dictation Evaluation II
In these days kids are introduced to computers at a very early age and in some
schools the dictation test is conducted using computers. The teachers found it a bit
difficult to evaluate these tests and they requested the school management to
lessen their burden by automating this task. The 12th class students are learning C
programming and they took up the task of automating the dictation evaluation. The
students have not been introduced to string functions yet. Can you please help them
out?
Write a C program to compare 2 strings.
Input Format:
Input consists of 2 strings. Assume that the maximum length of the string is 50 and it
contains only alphabets.
Output Format:
Refer sample input and output for formatting specifications.
Sample Input and Output 1:
[All text in bold corresponds to input and the rest corresponds to output.]
Enter the word
Excellent
Enter the word the student has typed
Excellent
It is correct
Sample Input and Output 2:
[All text in bold corresponds to input and the rest corresponds to output.]
Answers
Answered by
0
Answer:
2206396294648693914683737392729
Similar questions