What type of applications we can develop using programming languages?
Platform dependency:
- C, C++ languages are Platform dependent languages.
- Using Platform dependent languages, we can develop only Standalone applications.
- Compiler Converts the Source code into Specific OS understandable instructions. Hence the compiled code is compatible for Same OS to run