Why can i not compile this code and im getting Segmentation fault: 11 in C code

后端 未结 0 628
梦谈多话
梦谈多话 2020-12-29 05:40

I\'m very new to coding, can someone please help, Thanks!

#include 

int main()
{
    int var1 = 5;
    char var2 = \'a\';
    int *ptrl = &         


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