c_cpp 函数strncpy()

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp 函数strncpy()相关的知识,希望对你有一定的参考价值。

#include <iostream>
#include <string>
using namespace std;

int main() {
	char str1[] = "Hello world!";
	char str2[30] = "";
	cout << strncpy(str2, str1, 7) << endl;	// Hello w
}

以上是关于c_cpp 函数strncpy()的主要内容,如果未能解决你的问题,请参考以下文章

strncpy()函数的功能

如何使用 strncpy_s() 函数实现 strncpy() 功能?

strncpy的用法

strncpy函数使用

c strncpy strncat函数 demo

memcpy函数strcpy函数strncpy函数