Home » C Programming » Strings » Question
  1. What type of return-type used in String operations?
    1. void and (char *) only
    2. void, int and (char *) only
    3. void only
    4. void and int only
    5. None of these
Correct Option: B

void, int and (char *) only



Your comments will be displayed only after manual approval.