When I was in college 20-ish years ago, C was our language of choice because at the time it was almost the only game in town as a general-purpose programming language. We learned to program using C. It was used for systems programming, data structures, operating systems, and just about everything else. Text-based console I/O was the primary way to interact with the computer. GUIs were rare and web programming didn't exist at all.
Roll the clock forward 20+ years. We have a plethora of languages that specialize. For example, PHP is good for web programming. One would be crazy to write a web app in C, but likewise it would be insane to do systems programming in PHP.
I don't write in C anymore. I'm out of the loop, so to speak, about current industry uses of the language. I know it's used for kernel development, microcontrollers, and the like. What else?
What are the key industries that use C because it's the best language for the job? For what kinds of applications is C the preferred choice?