InterviewSolution
Saved Bookmarks
| 1. |
Name the built-in functions to be used in the following situations:(i) To compare two strings.(ii) To parse any English textual datetime description into Unix timestamp |
|
Answer» (i) strcmp( ) (ii) strtotime( ) |
|