Which function is used to convert hexadecimal values to the ASCII characters?

49. Which function is used to convert hexadecimal values to the ASCII characters?

  1. hex2bin()
  2. hex2str()
  3. hex2asc()
  4. hex_string()

Answer: A) hex2bin()

Explanation:

The hex2bin() function is used to convert hexadecimal values to the ASCII characters.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.