Answers for "strcpy function c++ syntax"

C++
2

strcpy() in c++

What is strcpy() function in C++?
  
It is a part of <cstring> header file in c++.
strcpy() is a standard library function in C/C++ and is used to copy one string
to another. In C it is present in string. h header file and in C++ it is
present in cstring header file.
Posted by: Guest on August-06-2021

Browse Popular Code Answers by Language