learn-c-the-hard-way/ex1-extra-credit.md

319 B

  • Open the ex1 file in your text editor and change or delete random parts. Try running it and see what happens.

change: printf("What the %s is happening!"); - removed word result: removed word

change: char word[] = "HELL"; - removed char

result: