Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

What are the limitattions of C

–1 vote
asked Jul 30, 2020 by Vijaya Kumbhar (110 points)

1 Answer

0 votes
answered Aug 5, 2020 by Peter Minarik (84,720 points)
C is a a low level programming language.

There aren't too many libraries out there, the standard library only offers basic functionality. C++ has more, but I think the question was relating C, right?

Also, it's not a managed language, so memory corruption can often happen if the programmers don't pay due diligence.

It is not object oriented. For that C++ is a better choice (or Java, C#, name your favourite).
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...