+ 1
Can you guys solve this ? Question is in the description
Write a C program using functions to accept two strings from the console and perform the following operations (without using built-in functions): (a) Compare the strings: equal/not equal (b) Find the longer string. (c) Concatenate the two strings. (d) Find occurrence of substring in the main string
1 Answer
0
Where is your attempts?