Home » C Programming » C-Library-Functions » Question
  1. For the function call time(), what type of parameter is accepted?
    1. int *
    2. time_t *
    3. time_t
    4. int
    5. None of these
Correct Option: B

time_t *



Your comments will be displayed only after manual approval.