@nedbat C isn't so much about the computer as it is the OS and API. If you ever have to deal with hardware libraries in any language it helps to know enough C to be able to read and understand the API. If you are happy to never deal with anything but bits in memory then no big deal, but you will never be able to interface with the really cool and specialized sensors my company makes because our API library assume C function calling convention.