Home » C Programming » Data Types » Question
  1. The format identifier ‘%i’ is also used for _____ data type.
    1. double
    2. char
    3. int
    4. float
    5. None of these
Correct Option: C

Both %d and %i can be used as a format identifier for int data type.



Your comments will be displayed only after manual approval.