Wednesday, October 27, 2010

Decision Making And Branching

As we all know C programs are collection of instructions and these instructions are executed one after another from top to button sequentially .

Tuesday, October 26, 2010

C Operators


Operator:
        An operator is special symbol that that acts on operands to carry out certain computation .
Operand:
       An operand can be a variable , constant .

Monday, October 25, 2010

Getting Started With C


Communicating with a computer involves speaking the language the computer understands , which immediately rules out English as the language of communication with computer .

Sunday, October 24, 2010

Saturday, October 23, 2010

C History And Features

C (pronounced /si/ see) is a general-purpose computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.