Freelance Writing Jobs | Today's Articles | Sign In

 
Browse Sections

C Programming

Lesson 1: Introduction to Programming

What is Programming ?

Before we begin, we should at least try to have an idea about what we wish to accomplish by following a programming course. There will be those readers who know what programming is, those who think they do, and those who need to start at the beginning, with a description of what programming is all about.

In essence, we use programming to tell a computer, in very distinct and detailed steps, how to solve a problem. They are problem solving devices; where ‘problem’ is used in the very broadest sense. Programmers exist to provide solutions to problems posed by software designers; and may also be software designers themselves.

Usually a programming langue is one that can be easily understood by the programmer, and also easy to convert into a language that the machine can actually execute. This machine code is too difficult to allow complex programs to be created easily and efficiently, so the programming language provides a bridge between humans natural language and the language of the machine.

Print this Page Print this page


1  2  3  4   Next Page

Lessons

Lesson 1: Introduction to Programming
• What is Programming ?
Lesson 2: Introduction to C
Lesson 3: Decision Making in C
Lesson 4: Repetition in C
Lesson 5: I/O & Data Types
Lesson 6: User Defined Data
Lesson 7: Functions
Lesson 8: Common Standard Libraries

;