Computer Science, asked by prathanarawal2064, 5 months ago

what is used to represent a single character, such as letter, a digit, or punctuation mark?

Answers

Answered by mandalkamal014
1

Answer:

Variable Type Char

Explanation:

Answered by Jasleen0599
0

Used to represent a single character, such as letter, a digit, or punctuation mark

  • American Standard Code for Information Interchange, or simply ASCII, is a common data-encoding system for electronic computer communication. Letters, numbers, punctuation marks, and other computer characters are given conventional numeric values by ASCII.
  • Each symbol in the character set, including letters, numerals, punctuation marks, special characters, and control characters, is assigned an integer value by the ASCII code. Although other systems display characters using different codes, we'll choose ASCII as it's the most common.
  • American Standard Code for Information Interchange, or simply ASCII, is a common data-encoding system for electronic computer communication. Letters, numbers, punctuation marks, and other computer characters are given conventional numeric values by ASCII.
  • A byte is used to represent a character of data. One byte is made up of eight bits, or binary numbers. A string of bits that must be used in big units for application purposes can be stored in each byte.

#SPJ2

Similar questions