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

Why are algorithms important in c program?

0 Answers  


How to reverse a linked list

1 Answers   Aricent, Fidelity, IBM, TCS,


Is javascript written in c?

0 Answers  


simple program of graphics and their output display

0 Answers   Elysium,


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

0 Answers  






Explain the difference between structs and unions in c?

0 Answers  


What is uint8 in c?

0 Answers  


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


What are the various types of control structures in programming?

0 Answers  


Tell me when would you use a pointer to a function?

0 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


Categories