Skip to content

Latest commit

 

History

History
executable file
·
11 lines (6 loc) · 314 Bytes

File metadata and controls

executable file
·
11 lines (6 loc) · 314 Bytes

C/C++字符串

不相同。相同(因为指针无需分配内存,因此只需要指向字符串在内存中的地址即可)。

C#字符串

字符串相关编程题