The ASCII value of 'A' in decimal is _______.
- 64
- 65
- 66
- 67
The ASCII value for the uppercase letter 'A' is 65 in decimal. ASCII (American Standard Code for Information Interchange) assigns each character a unique number between 0 and 127.
Loading...
Related Quiz
- If an exception is thrown and not caught anywhere in the program, function _______ is called.
- A function that does not return a value has a return type of _______.
- A _______ block is used to enclose the code that might throw an exception.
- How does the goto statement alter the flow of control in a C++ program?
- Which of the following scenarios is the most suitable for applying recursion?