1.

The function used to convert a string to an int is ______________(a) INET_ATON()(b) INET_NTOA()(c) INET_ITOS()(d) INET_STOI()I got this question during a job interview.The query is from MySQL Components topic in division MySQL Administration of MySQL

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions