-
The function used to convert a string to an int is ______________.
-
- INET_ITOS()
- INET_STOI()
- INET_ATON()
- INET_NTOA()
- None of these
Correct Option: C
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.