Types of Programming Languages
Types of Programming Languages
They are classified into several types based on their level and purpose:
1. **High-Level Languages**: Easy to read and write. Examples: Python, Java, C#.
3. **Compiled Languages**: Converted into machine code before execution. Examples: C, C++.
5. **Scripting Languages**: Used for automating tasks. Examples: Bash, Perl, Ruby.
6. **Domain-Specific Languages**: Designed for specific tasks. Examples: SQL (databases), HTML
(web).