Python
1
Output
Programming languages ko machine-readable banane ke liye do tarah ke translators use hote hain:
| Feature | Compiler | Interpreter |
|---|---|---|
| Mechanism | Pure code ko ek saath scan karta hai. | Code ko line-by-line execute karta hai. |
| Speed | Execution fast hota hai. | Execution thoda slow hota hai. |
| Errors | Saari errors end mein dikhata hai. | Pehli error par hi stop ho jata hai. |
| Output | Intermediate Object Code banata hai. | Koi intermediate file nahi banti. |
| Examples | C, C++, Java, Rust | Python, JavaScript, Ruby |