Introduction To C

As I've already indicated in the previous post that C Language is the best for those who wants to give coding a good start.   So, I'm going to give you'll an overview of C Language.
  • Note:- It doesn't matter which Language you choose, matters the Algorithm behind solving a specific Problem.

                                                   ----- Intro To C ----



  • C is a general-purpose language which has been closely associated with the UNIX operating system for which it was developed  since the system and most of the programs that run it are written in C.
  • Many of the important ideas of C stem from the language BCPL, developed by Martin Richards. The influence of BCPL on C proceeded indirectly through the language B, which was written by Ken Thompson in 1970 at Bell Labs, for the first UNIX system on a DEC PDP-7. BCPL and B are "type less" languages whereas C provides a variety of data types.
  • In 1972 Dennis Ritchie at Bell Labs writes C and in 1978 the publication of The C Programming Language that caused a revolution in the computing world.
  • In 1983, the American National Standards Institute (ANSI) established a committee to provide a modern, comprehensive definition of C. The resulting definition, the ANSI standard, or "ANSI C", was completed late 1988.
  Note:--- Important Links →  All About C
   

                                    -----------  Features Of C  ----------

Feature Includes :-

  • Uses Of Pointers (Dynamic Memory Management)
  • Powerful (Used to code UNIX Based Programs)
  • Ease To Understand ( Better for Scrap Learning)
  • Syntax Based (Syntax is required to Create Efficient Program)
  • Middle Level ( Neither High Level nor Low Level)
  • Simple (The Simplest Of all Languages) 
→→" I'll be giving a Kick Start to C Programming Concepts And Essentials Before starting a journey To Basic Coding. "
 -- Important Links →→ Unix

--Keep Smiling and don't forget to contact me for further assistance.
----- Your Friendly Coder. SPrince

Comments

Popular posts from this blog

Introduction To Pointers

Keywords (Extension to Fragments Of C)