Compare the two strings and print a statement to the


Write a C program that prompts and gets two strings from the user (no spaces will be entered). Compare the two strings and print a statement to the console stating whether the two strings are equal.

Sample Run 1

Enter a string: hello

Enter a string: world

hello is not equal to world

Sample Run 2

Enter a string: hello

Enter a string: hello

hello is equal to hello

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Compare the two strings and print a statement to the
Reference No:- TGS02383926

Now Priced at $10 (50% Discount)

Recommended (94%)

Rated (4.6/5)