Programming languages for beginners

Normally the beginner will start with C programming because the C programming is quit easy for the beginner. Some of the beginner will start to coding the HTML code since the HTML code is not the programming language, just the markup languages. I recommend you begin with C programming because C languages is the fundamental of the programming languages for new beginner who don't know how to write the program. Once you know how to write C programming, I recommend you proceed either low level programming language like assembly language or object-oriented programming like Java or other programming languages. Depend on which programming language you are interesting or suitable for you to write an program. Once you master either low level programming language or object-oriented programming or other programming language. Congratulation, you are the programming expert. Keep studying and practicing what you are studied just now. Because once you keep studying and practicing, you can apply the theory and knowledge that you learned. Try do not take long break, just take short break. Once you taking long break, you will forgot everything you had learned. Please kindly share your knowledge if you have any knowledge or idea about this topic or please comment if any poor explanation explained by me since limitation of idea and knowledge that I have.
Submitted byRajjon Tue, 08/10/2010 - 13:34

sir , give some easy tutorial for programming language .by which i also be a programmer

My dear fren, there have many internet resources available for the novice programmer like you to learn. I suggest you to learn the basic, well-known programming languages, which is C programming because the C programming is suitable for the novice programmer and other programming languages syntax will related from C programming like java, assembly language and so on. I give you very easy example for the source code of C programming for you to refer: #include // call the library header int main(){ printf("Welcome to C programming"); // print the output return 0; } The rest you can learn from the internet. If you can master the basic programming languages, you can further master other programming languages easily.
Submitted byAnonymous (not verified)on Fri, 09/17/2010 - 13:54

In reply to by Anonymous (not verified)

y does it is hard to decode..hmm..wat is the best way to understand to code easily
Submitted byAnonymous (not verified)on Sat, 09/18/2010 - 01:03

In reply to by Anonymous (not verified)

My dear fren. Ther have many way to understand the programming code. I suggest you to study the programming book first, especially for beginner. If you can't afford to buy the book, try to borrow from library or learn it online. This is one way for you to understand the code. After you study to programming, try to practice your self. This is make your more solid understanding about the code. If you don't know how to do, ask expert. My dear fren, there is no understanding the code without study and practice the programming languages. I hope this sharing can help you in your future. :-)
Submitted byAnonymous (not verified)on Sat, 09/18/2010 - 01:46

In reply to by Anonymous (not verified)

My dear friend. I dun know what is your mean by decode. But if you want to know what is the best way to understanding the code, the best way to understanding the code is study and practice. I suggest you study from the programming book. If you can't afford to buy the programming book, try to borrow from your friend, brother, sister or library or you can download from the internet or you can learn from internet. After you learn the programming language, try to practice to write the source code. It is make you more understand the code. Finally, I want to say, there are no other way to understanding the code without study and practice. Both study and practice are very important for you to understand the code. Study is to understand how it work from theory and gain knowledge and practice is how to solve the real world problem by what are you learn from begin. At the same time, it also gain your creativity. I hope my sharing can help you in your future.
Submitted byAnonymous (not verified)on Fri, 10/01/2010 - 17:18

hello, i need someone that could teach me visual basic.NET or C language.
Submitted byAnonymous (not verified)on Sat, 10/02/2010 - 01:24

In reply to by Anonymous (not verified)

My dear friend, the internet are available for you to learn with no cost. The website is http://www.cprogramming.com/tutorial.html

Add new comment