πŸ“Š MySQL
Q. The function used to convert a string to an int is . . . . . . . .
  • (A) INET_ATON()
  • (B) INET_NTOA()
  • (C) INET_ITOS()
  • (D) INET_STOI()
πŸ’¬ Discuss
βœ… Correct Answer: (D) INET_STOI()

Explanation: INET_ATON(): This function is used to convert an IP address in dotted-quad notation (IPv4) to a numeric value. It returns the numeric representation of the IP address as an unsigned integer.

Explanation by: Vikash Gupta
INET_ATON(): This function is used to convert an IP address in dotted-quad notation (IPv4) to a numeric value. It returns the numeric representation of the IP address as an unsigned integer.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
101
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vikash Gupta
Publisher
πŸ“ˆ
81%
Success Rate