How do I print a char inside of an “ if ” in C

后端 未结 0 442
梦如初夏
梦如初夏 2020-11-29 17:13

So I have this part of code inside the main function:

    char causatxt[10];
    if(causa == CCOLA){
        causatxt[0] = "COLA";
    }
    else if         


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