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

a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

0 Answers  


how do we remove the printed character in printf statement and write next it it

1 Answers  


biggest of two no's with out using if condition statement

8 Answers  


What type of function is main ()?

0 Answers  


Is int a keyword in c?

0 Answers  






Is that possible to store 32768 in an int data type variable?

0 Answers  


value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


What is a list in c?

0 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


What is the symbol indicated the c-preprocessor?

0 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  


why integer range between -327680to+32767

2 Answers  


Categories