16.3This program crashes before it even runs!
16.4I have a program that seems to run correctly,butthencrashes as it's exiting.
16.5This program runs perfectly onone machine,but I get weird results onanother.
16.6Why doesthe code"char *p = "hello, world!";
p[0] = 'H';
"
crash?
16.8Whatdoes``Segmentation violation''mean?