9.03.2011

C Basic

  •  What is language? A language is medium in which two or more object/person communicate their thought,information,data etc. C is computer language. Computer languages are generally two types:
    1. High Level Language-Translator required must example: FORTRAN
    2. Low Level Language-Not requirement translator example: machine language(0 , 1)
  •  C is a high level language with low level programming features so it is also called middle level language i.e. we can write program either in machine language(0,1) or general English keyword(HLL).
  •  C is a structured programming language,that is developed by Dennis Ritchie in 1972 at AT & Bell Laboratories in USA. 
  • Some basic tips for C Programs and C language:
    1. Each instruction in a C program is written as a separate statement. Therefore, a complete C program would comprise a series of statements.
    2. The statement in a program must appear in the same order in which we wish them to be executed, unless the result will be differ as we want wish.
    3. All statement are entered in Small case letters.
    4. Every C statement must be end with a semicolon (;). This is act that statement has been terminated
    5. C is "free form language" i.e. there are no specific rule for where the statement write.
  •  There are some other language like as C++,C# and Java, its languages are more advanced then c,then why we learn C today? There are some reason behind this question that's are following:
    1. C is the basic(mother) of all other languages.When you had learned c, you are easily deal with classes,object,template,structure,polymorphic and with familiar terminology.
    2. C++,C# and Java are OOP(Object Oriented Programming) languages.So when u creating object u must still a good command on C language.
    3. Major parts of OS(Operating System) like as Windows,UNIX,Linux are still written in C.
    4. C language is known for owns speed and execution.
    5. Today daily routine apparatus like as microwave,washing,digital camera's,microprocessor,and operating system,smart phones are worked in C programs.
    6. Maximum 3-d games are built in C.
So now let's start to learn C.

2 comments:

  1. Its really worth, Thanks for this valuable information

    ReplyDelete
  2. I'm New Engineering student. Thank U so much for tutorial...I wish,it will help me better.

    ReplyDelete