Home » C Programming » Structures » Question
  1. Which of the following return-type cannot be used for a function in C?
    1. struct
    2. void
    3. char *
    4. All of above
    5. None of these
Correct Option: E

struct, void and char * return-type cannot be used for a function in C.



Your comments will be displayed only after manual approval.