Home » C Programming » Functions » Question
  1. What is the default return type if it is not specified in function definition?
    1. short int
    2. double
    3. void
    4. int
    5. None of these
Correct Option: D

int



Your comments will be displayed only after manual approval.