Determine type of first argument in a call to strcpy(): (char *) vs char[]

后端 未结 0 1346
终归单人心
终归单人心 2021-02-18 12:39

I have been given a C program with about 20.000 calls to the library function strcpy. In the program, the type of the first argument (the destination buffer) passed to strcpy is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题