C Tutorial

C Programming Tutorial


About C language:
C is a general-purpose, imperative computer programming language. It supports structured programminglexical variable scope and recursion, while a static type system prevents many unintended operations. By design, C provides constructs that map efficiently to typical machine instructions, and therefore it has found lasting use in applications that had formerly been coded in assembly language, including operating systems, as well as various application software for computers ranging from super computers to embedded systems.

C was originally developed by Dennis Ritchie between 1969 and 1973 at AT&T Bell Labs, and used to (re-)implement the Unix operating system. It has since become one of the most widely used programming languages of all time, with C compilers from various vendors available for the majority of existing computer architectures and operating systems. C has been standardized by the American National Standards Institute (ANSI) since 1989 (see ANSI C) and subsequently by the International Organization for Standardization (ISO).

Special Characters:
  1. !
  2. `
  3. ~
  4. $
  5. . 

Keywords:
  • auto
  • break 
  • case
  • char
  • continue 
  • do
  • default
  • const
  • double
  • else
  • enum
  • extern
  • for 
  • if
  • goto
  • float
  • int
  • long
  • register
  • return
  • signed
  • static
  • sizeof
  • short
  • struct
  • switch
  • typedef
  • union
  • void
  • while
  • volatile
  • unsigned

Additional Kywords for Borland C:
  • asm
  • far
  • interrupt
  • pascal
  • near
  • huge
  • cdecl













No comments:

Post a Comment