To start with C programming,firstly you need a 'Compiler'.
A Compiler is a program which converts the written program into the machine language.
To type a program we need a Text Editor(e.g. Notepad).
But almost every compiler comes along with an in-built text editor.AT beginner level you could use a Turbo C or Turbo C++ compiler.
You can use the search bar given on this page to find a suitable compiler for you.
The compiler(TC.EXE) is usually situated in C:\TC\BIN directory of your computer.
After starting the compiler select New from the File menu.
Then type the desired program.
The next step is to save your written program,press F2 key to save your program.
Give a proper name to the program.
Now,compile and execute the program by pressing Ctrl+F9.
To view the output of your program press Alt+F5.

The idea of programming might sound like a frightening task, but don’t worry. We designed this blog so that you can get your feet wet without stepping into the deeper complexities of the programming.
This Blog is dedicated to all those people who want to learn the most basic but important Programming Language'C Programming'.
If done step wise C language is easy and fun to learn.
So lets get started.
Start reading from the First Post to understand C programming.You may read a desired topic from the labels.
Press Ctrl+D to add this page to your Favourites/Bookmarks for further reference.
Note:Your comments,queries and suggestions are welcome.Feel free to post them in the the comment boxes available after every post.
This Blog is dedicated to all those people who want to learn the most basic but important Programming Language'C Programming'.
If done step wise C language is easy and fun to learn.
So lets get started.
Start reading from the First Post to understand C programming.You may read a desired topic from the labels.
Press Ctrl+D to add this page to your Favourites/Bookmarks for further reference.
Note:Your comments,queries and suggestions are welcome.Feel free to post them in the the comment boxes available after every post.
Friday, April 25, 2008
Beginning with C programming.
Labels:
Programming Essentials
Subscribe to:
Post Comments (Atom)



0 comments:
Post a Comment