Answer Posted / k.b.s.reddy
we can use a string function...
eg:
strcmp("string1","string2")
it return 0 if string1=string2
it return >0 if string1>string2
it return <0 if string1<string2.
value returned depends on anscii calues of strings...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a function argument in java?
How do you achieve polymorphism in java?
What are the two ways in which thread can be created?
What is console based application in java?
Is 9 a prime number?
What is the symbol for line break?
What does the three dot emoji mean?
What are the different types of sorting in java?
What is meant by design patterns?
Explain inner classes ?
What is double checked locking in singleton?
Where are local variables stored?
how is final different from finally and finalize in java?
How do you convert an int to a string in java?
What are the fileinputstream and fileoutputstream?