Script started on Tue 20 Sep 2011 03:48:37 AM EDT linux1% gcc scanf4.c linux1% linux1% ./a.out Enter an integer value for n: 117 Enter a floating point value for x: 3.21 Enter your first name (no spaces): ihaveareallylongnamewithoutspacesinbetween Hello ihaveareallylongnamewithoutspacesinbetween, you typed in 1701667182 for n and 7872659456858334305391039934267626435010029571925256378838354339593623135581264338154572574042120094080295562675622755063206871721468266394993703264532889403272682068166985416801449883910873008560815627637083430072513073853490359130747340121402817826112162462983202246018203648.000000 for x. Segmentation fault (core dumped) linux1% linux1% exit Script done on Tue 20 Sep 2011 03:49:37 AM EDT