Software StackLibcDrillsQuestionsstrcpy System CallOn this pagestrcpy() System CallQuestion TextWhat system call does the strcpy() function invoke?Question Answerscpytouchmemcpyno system callFeedbackstrcpy() doesn't invoke system calls, because it doesn't require any feature that is only provided by the operating system.