List of some good IDE + Compiler for C.
Code::Blocks with Mingw (We Recommend this)
- Download Link : http://www.codeblocks.org/downloads
- Available on : Windows, Linux, Mac.
It's Free
Dev C++ with Mingw/GCC
- Download Link : http://www.bloodshed.net/dev/devcpp.html
- Available on : Windows.
It's Free
What is Compiler:
What is Interpreter:
- Interpreter Takes Single instruction as input.
- No Intermediate Object Code is Generated.
- Interpreter execute conditional control statements at a much slower speed.
- Memory Requirement is Less.
- Every time higher level program is converted into lower level program.
- Errors are displayed for every instruction interpreted (if any).
- The interpreter can immediately execute high-level programs, thus interpreters are sometimes used during the development of a program, when a programmer wants to add small sections at a time and test them quickly.
No comments:
Post a Comment