Drawbacks of C and C++:
- C and C++ are Platform dependent languages.
- We can develop only Standalone applications using these languages.
- Compiler converts Source code into Machine code.
- C compiler converts Source code into Specific OS understandable instructions.
- The compiled code is compatible to same OS. Hence the application is called platform dependent application or standalone application.