The function used to convert a string to an int is ______________
(a) INET_ATON()
(b) INET_NTOA()
(c) INET_ITOS()
(d) INET_STOI()
(a) INET_ATON()
(b) INET_NTOA()
(c) INET_ITOS()
(d) INET_STOI()
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct choice is (a) INET_ATON()
The best I can explain: 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.