strcpy buf s1 buf Now the buf of string of s1 has been copied-02954
strcpy ( buf, s1.buf ) ;Now the buf of string of s1 has been copied in the buf of s2 that are located at __________ spaces in the memory.
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.33 - Quiz No.1.
strcpy ( buf, s1.buf ) ;Now the buf of string of s1 has been copied in the buf of s2 that are located at __________ spaces in the memory.
same
different
no
None of the given