Home » C Programming » Input & Output » Question
  1. What are the Properties of first argument of a printf() functions?
    1. There may no be first argument
    2. It is defined by user
    3. It keeps the record of the types of arguments that will follow
    4. All of above
    5. None of these
Correct Option: C

It keeps the record of the types of arguments that will follow



Your comments will be displayed only after manual approval.