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
What is a macro?
how do you execute a c program in unix.
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
code for quick sort?
What is external variable in c?
Explain how do you determine the length of a string value that was stored in a variable?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Which header file is used for clrscr?
What is a rvalue?
What are the types of data files?
How are strings stored in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is the auto keyword good for?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.