Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


Can an array be an Ivalue?

0 Answers   EXL,


What are types of preprocessor in c?

0 Answers  


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

0 Answers  


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

3 Answers   CSC,


how to find the sizof of any datatype using bit manipulations

3 Answers  


What is variable declaration and definition in c?

0 Answers  


what is the use of ~ in c lang?????

3 Answers  


Tell us something about keyword 'auto'.

0 Answers  


Categories