• Tools
  • Articles
  • Q&A
  • Login
0 0

C语言中连接两个字符串的方法都有哪些


C语言中连接两个字符串的方法都有哪些?

c 字符串

10 years, 11 months ago
nrndm

nrndm


share
nrndm 10 years, 11 months ago

Answers

0
  • strcpy/stncpy
  • memcpy
  • strcat/strncat
  • 自行暴力
answered 10 years, 11 months ago
nrndm

缭乱de祈祷


share
缭乱de祈祷 answered 10 years, 11 months ago

Your Answer

Ask Question
Related questions

C 语言字符串用数组和指针初始化为什么会有这样的区别?

在c语言中,怎样让a ==a不成立??

关于extern函数时参数类型不匹配GCC编译如何可以生成告警或是错误的问题

pthread_create函数的第三个参数加不加&有什么区别?

关于结构体大小的疑问

求教授时算法