InterviewSolution
Saved Bookmarks
| 1. |
How StrComp function works? |
|
Answer» The StrComp Function returns an integer value after comparing the two given strings. It can return any of the three values -1, 0 or 1 based on the input strings to be compared.
|
|