Which function is used to convert the ASCII value to the character?

47. Which function is used to convert the ASCII value to the character?

  1. asc()
  2. str()
  3. char()
  4. chr()

Answer: D) chr()

Explanation:

The chr() function is used to convert the given ASCII value to the character.

Comments and Discussions!

Load comments ↻






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