But C is less forgiving, a poorly designed program is much more prone to memory leaks or core dumps than higher-level languages that include things like garbage collection. Using things like pointers or process forking improperly can bring down an entire primitive OS pretty quickly.Of course, ...