Turbo C is basically a software tool that is used to compile and run C language programs.
Turbo C Uses -
- As an editor for C language coding
- To compile and run C programs
- Can be used to write Assembly language code inside C program without any separate compilers
- Can optimize size of a executable program or fast execution for the same
Turbo C Drawbacks -
- Executable program produce by Turbo C does not run on operating system other than MS-DOS.
- It only compiles C programs
- Turbo C can not be used to develop real world Applications
- Turbo C does not support dynamic loadable modules
- Turbo C does not have a good debugger
- Memory limitation - Program can only use 64kb of memory that is not sufficient.
- No Straightforward way for Network programming.
Although there can be more used or drawback of Turbo C. I have mentioned few of them here.
Comments
Post a Comment