InterviewSolution
Saved Bookmarks
| 1. |
To convert a string to an int, the function is _________________(a) INET_ATON()(b) INET_NTOA()(c) INET_ITOS()(d) INET_STOI() |
|
Answer» Correct choice is (a) INET_ATON() The explanation: In MySQL, the function used to convert a string to an integer is INET_ATON(). On the other hand, the function INET_NTOA() converts a string to the corresponding integer value. |
|