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


Please Help Members By Posting Answers For Below Questions

Write the test cases for checking a variable having value in range -10.0 to +10.0?

1813


Should a function contain a return statement if it does not return a value?

592


What is dangling pointer in c?

618


What is actual argument?

587


What is meant by realloc()?

670






write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1840


Explain how can I make sure that my program is the only one accessing a file?

618


how can use subset in c program and give more example

1494


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

629


What is a ternary operator in c?

646


Describe the order of precedence with regards to operators in C.

631


Place the #include statement must be written in the program?

567


Why flag is used in c?

651


Explain how do you determine whether to use a stream function or a low-level function?

621


What are bitwise shift operators in c programming?

641