InterviewSolution
Saved Bookmarks
| 1. |
What is the minimum number of arguments that the strcpy() function accept?(a) 4(b) 3(c) 2(d) 1The question was posed to me in an interview for job.This interesting question is from String Manipulation in chapter Arduino Programming of Arduino |
|
Answer» The correct answer is (c) 2 |
|