Home » C Programming » Variables » Question
  1. Which data type can be stored in register?
    1. float
    2. long
    3. int
    4. All of above
    5. None of these
Correct Option: D

float, long and int data type can be stored in register.



Your comments will be displayed only after manual approval.