C Online Compiler: Mastering the C Language with Interactive Coding

C  LANGUAGE 



C Online Compiler: Mastering the C Language with Interactive Coding


 Designed by- Dennis Ritchie.
 First appeared -1978
 Developer- . Dennis Ritchie & Bell Labs creators.
 File name extensions - .c


C ONLINE COMPILERS -



  • Ideone.com
  • Codepad
  • Hackerearth
  • Codechef
  • JSFiddle 
  • JDoodle
  • OnlineGDB
  • GCC Explorer
  • DJGPP Public Access Cross-Compiler
  • Test Drive Comeau C/C++ Online

     
        The C Programming Language is a General purpose high level language and it is structured laguage .computer programming book written by Brian Kernighan and Dennis Ritchie. C is one of the most commonly used programming language.it is simple and efficient therefore it become best among all. it is used in all extends of application mainly in the software devlopment. C has many powers it is simple strechy and portable and it can control system hardware easily. it supports modular programming style and easy to connect with system devices and assembly routines. 


   FEATURES  OF  C-



  1.        Easy to learn.                                                                                
  2.        platform dependent.                                                                   
  3.        Robust language.                                                                                          
  4.        C are efficient and fast.                                                               
  5.         Highly portable.                                                                         
  6.         Collection of C library functions.                                               
  7.         Extensible.


VERSIONS OF C LANGUAGE -


VERSION PUBLICATION DATE

   K&R               1978-02-22 
   C89       1989-12-14
   C90       1990-12-20
   C95       1995-03-30
   C99       1999-12-16
   C11        2011-12-15



C Basic commands in C -


#include <stdio.h> -  This is a standard input output header                                       file.

{         -  This commands indicates the starting or beginning of the main function.

/*_some_comments_*/ - this command is use for comment perpose.

getch();  - This command waits for character input from keyboard.

return 0; -This command terminates C program or end c program.

}   - This commands indicates the terminates or end of the main function.


C COMPLIERS -

AMD Optimizing C/C++ Compiler

Arm Compiler for Linux (ACfL)

Aztec C

Amsterdam Compiler Kit

BDS C

C++Builder

Ch

Clang

CoderStudiow

CompCert

Digital Mars

Digital Research C

Edison Design Group

GCC C

IAR C/C++ Compilers


Intel C++ Compiler

Interactive C

Keil C/C++ Compilers

Lattice C

lcc

Pacific C

Personal C Compiler (PCC)

PGCC

Portable C Compiler

QuickC

SAS/C

SCORE C (tcc)

Small-C

Small Device C Compiler

Tasking

Tiny C Compiler

VBCC

Visual C++ Express

Oracle C compiler

Watcom C/C++

Open Watcom C/C++

Wind River (Diab) Compiler

Post a Comment

4 Comments