CSE 30

Cards (18)

  • The char data type is used to store single characters in C programming.
  • Binary to Hexadecimal
  • 0000
    0
  • 0001
    1
  • 0010
    2
  • 0011
    3
  • 0100
    4
  • 0101
    5
  • 0110
    6
  • 0111
    7
  • 1000
    8
  • 1001
    9
  • 1010
    10 or A
  • 1011
    11 or B
  • 1100
    12 or C
  • 1101
    13 or D
  • 1110
    14 or E
  • 1111
    15 or F