adspace
Answer Posted / Poonam Saini
A prototype for a C-style string function in C++ is a declaration of the function that specifies its return type, name, and parameters. For example, the prototype for the strcpy function is: char* strcpy(char*, const char*);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers