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

Answer Posted / dfg

using operator overloading.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does %d do?

729


Should I learn data structures in c or python?

587


Which control loop is recommended if you have to execute set of statements for fixed number of times?

816


which is conditional construct a) if statement b) switch statement c) while/for d) goto

741


What is the function of volatile in c language?

670






hi send me sample aptitude papers of cts?

1657


What is c value paradox explain?

580


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

670


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

640


Can we use any name in place of argv and argc as command line arguments?

613


in iso what are the common technological language?

1639


diff between exptected result and requirement?

1599


How do we print only part of a string in c?

591


Can variables be declared anywhere in c?

626


What does s c mean in text?

621