Error (Segmentation Fault) while reusing a dangling or null pointer

后端 未结 0 680
迷失自我
迷失自我 2021-01-03 18:49
#include
#include
int main ( void )
{
  char *title=NULL;
  title = (char *) malloc(15);
  strcpy(title, "C Programming");
         


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