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

Which is better malloc or calloc?

661


Why does everyone say not to use scanf? What should I use instead?

688


Write a program to print “hello world” without using semicolon?

683


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

617


Explain pointer. What are function pointers in C?

635






If you know then define #pragma?

686


Who is the founder of c language?

696


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1599


What is the difference between scanf and fscanf?

677


If the size of int data type is two bytes, what is the range of signed int data type?

601


Why is c faster?

602


What is use of pointer?

599


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

742


What are the differences between Structures and Arrays?

618


What is the use of header files?

614