Computer Science, asked by vommigurucharan, 8 months ago



A special school is run by an NGO for kids with Dyslexia. As we all know these children will start writing the letters backwards or in reverse. Once special care is taken to correct this issue and once they are introduced to words, they will start writing the words in reverse. The teachers do not want to discourage the children at the start itself and they have decided to mark the works written in reverse also as correct.

Write a program to check whether the second word is the reverse of first word.

Input Format:

Input consists of 2 strings. Assume that the maximum length of the string is 50.



Output Format:

Refer sample input and output for formatting specifications.

Answers

Answered by priyanshu693
3

Explanation:

GO TO GOOGLE AND SEARCH THIS LONG QUESTION

PLEASE FOLLOW ME

WHO ARE WATCHING

Answered by rakesh2choubey7
0

Answer:

A special school is run by an NGO for kids with Dyslexia. We all know these children will start writing the letters backward or in reverse. Once special care is taken to correct this issue and once they are introduced to words, they will start writing the words in the proper format. The teachers do not want to discourage the children at the start itself and they have decided to mark the words written in reverse also as correct. Can you please help the teacher in correcting the answer sheets by writing a C++ program? Write a C++ program to check whether the second word is the reverse of the first word. Do not use strrev() function.

Similar questions