Home » C Programming » Variables » Question
  1. What is the format identifier for “static num = 200.05;”?
    1. Illegal declaration due to absence of data type
    2. %s
    3. %d
    4. %f
    5. None of these
Correct Option: C

%d



Your comments will be displayed only after manual approval.