Home » C Programming » Storage Classes » Question
  1. Which of the following storage class supports char data type?
    1. auto
    2. register
    3. static
    4. All of above
    5. None of these
Correct Option: D

char data type is supported by all storage classes i.e. auto, register and static.



Your comments will be displayed only after manual approval.