| Shell Scripting Language |
Programming Language |
| |
|
| Interpreter based language |
Compiler based language |
| Eace and every instruction is converted into machine language line by lline. |
All the instructions converted into machine level language at a single shot. |
| It will not generate .exe file |
It will generate .exe file (system understandable) |
| It wont compile the program |
It compiles the program(.obj , .lib, .exe) |
| It reduces developmetn time |
It increases development time |