InterviewSolution
Saved Bookmarks
| 1. |
What type of return-type used in String operations?(a) void only(b) void and (char *) only(c) void and int only(d) void, int and (char *) onlyThe question was asked by my school principal while I was bunking the class.This key question is from String Operations topic in chapter Input and Output in C of C |
|
Answer» The CORRECT CHOICE is (d) VOID, INT and (char *) only |
|