Write a program to compare two strings without using the
strcmp() function
Answer Posted / navy
The previous post is for finding whether string is
pallindrome or not
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why is c called a structured programming language?
Explain what are header files and explain what are its uses in c programming?
How to create struct variables?
Explain how are portions of a program disabled in demo versions?
What is getche() function?
How can I read/write structures from/to data files?
Explain the use of bit fieild.
Can you return null in c?
What is difference between array and structure in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
Is it better to bitshift a value than to multiply by 2?
Why is void main used?
What is data structure in c and its types?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is static memory allocation?