how to compare two strings without using strcmp() function??



how to compare two strings without using strcmp() function?? ..

Answer / dfg

using operator overloading.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

How do you convert strings to numbers in C?

0 Answers  


main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }

3 Answers   CSC,


What is sizeof array in c?

0 Answers  


What are reserved words with a programming language?

0 Answers  


what is the function of void main()?

8 Answers  






main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


What is the best way of making my program efficient?

0 Answers  


what is the difference between postfix and prefix unary increment operators?

3 Answers  


Write a program to print distinct words in an input along with their count in input in decreasing order of their count

0 Answers  


Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program

19 Answers   CTS, HCL, TCS,


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

0 Answers  


What is the difference between test design and test case design?

0 Answers  


Categories