Understanding segfault behavior in printf

前端 未结 0 1721
我在风中等你
我在风中等你 2021-01-05 11:59

Let\'s take the following code which will segfault:

#include

int main(void) {
    char c = \'x\';
    printf("%s", c);
    return 0;         


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