Scroll Progress Bar

Various packages of ‘C’ language:
  1. Turbo ‘C’ -> Borland Corp (MS-DOS)
  2. Microsoft 'C’ -> Microsoft Corp (windows)
  3. GNU ‘C' -> GNU Corp ->(UNIX)
  4. Tiny ‘C’ → (CP/m )
  5. Quick 'c'
  6. High 'c'
  7. Borland ‘C' -> Borland corp (windows)
Various tods available in turbo C packages.-
  • Test Editor: To write / Save / modify 'c' programs.
  • Compiler: To translate ‘C' program into machine language
  • Linker: Add header files to compiled program unit.
  • Loader: To supply the linked program unit to operating system far execution.
  • Debugger: helps to rectify mistakes in our program.
  • Pre-processor:
  • IDE: Integrated Development Environment

What tool is used to compile C source code?


Compiler

What tool is used for debugging C programs?


Debugger

What tool is used for version control in C development?


Git