Computer Science, asked by nagasaibheema, 3 months ago

write a program to take input two strings of equal length and check both the string is equal or not by comparing character by character without using any library function. if strings is not equal then print all such characters of the second string for those both string become un-equal. consider the following example.
Example-1.
STR1="ABCDEFGH"
STR2=abCDefGh"
output-same
Example-2 STR1="ABCDerty";
STR2="AcCtEyRY";
Output-ctyR​

Answers

Answered by vijayalakshmi86103
3

Answer:

I do not know the answer

Similar questions