Home »
MCQs »
Scala MCQs
Converting Character to Integer will return –
29. Converting Character to Integer will return -
- Error
- Random integer value
- ASCII value of the character
- None of the above
Answer: C) ASCII value of the character
Explanation:
Converting a character to integer will return the ASCII value of the character.