Let\'s take the following code which will segfault:
#include int main(void) { char c = \'x\'; printf("%s", c); return 0;