echo '' ;
C Programming Language

C – Compilers

Compilers are playing important role in software development. compilers are converting human-written code into another runnable software in machines.

CompilersDescriptions
Microsoft – Visual StudioVisual Studio is a free source from Microsoft. You can download and install from the visual studio side.

Supports in windows (offline).
Bortland   –  Turbo C, Turbo C++Supports in windows(offline).

You can download the portable version from this link
Dev C++Dev C++ compiler not support void in main function, main function should be mention int type and return type.

Supports in windows(offline).

you can download the portable version by here

you can do the debug of program refer the video
Gcc compilerSupport in Linux(offline).
C Compliers

Online Compiler (Web-Based)

Many online browser based compliers are available

  1. OnlineGDB
  2. Tutorialspoint
  3. JDoodle
  4. CodeChef
  5. Repl.it

Compiler Design

  • Lexical Analyzer
  • Syntax Analyzer
  • Syntax Directed Translation
  • Code Generation and Optimization
  • Run-time Environments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from ArunEworld

Subscribe now to keep reading and get access to the full archive.

Continue reading