Why doesn't SoloLearn have C?
C is a very powerful tool for programming enthusiasts. There is however, a downside to it..... 1. C is not a suitable language for beginner programmers 2. C is not a very high level language. It is one of the lowest level high level language. 3. You cannot incorporate web development with C. 4. You cannot make mobile apps with C. 5. It is very difficult to achieve a GUI with C, near impossible 6. C is suitable for high end programmers who are specifically assigned to their roles, eg those that develop engines, those that have at least more than 5 years experience in coding 7. Getting a job by knowing just C will be difficult. Industries need people who know Object Oriented Programming languages. C++ supports OOP and it is a good foundation for C# as well as Java. C is procedural 8. Most things a programmer will do within C are available for free with other languages 9. There are lesser libraries available with C when compared to other high level languages 10. C++ is better than C in various aspects