Understanding headers, variables and functions
Understanding headers, variables and functions
In this part you will learn: 1. Pseudo code 2. Headers 3. Functions 4. Variables and data types In this tutorial I will teach you the basic stuff that is need for programming in c. First thing to learn is pseudo code. Pseudo code: When you want to start coding a problem the first thing before writing an algorithm is to write the solution of the problem that is in your mind in simple English. Pseudo code has no specific pattern it’s just a way to writing the solution of the problem in simple English.- Read more about Understanding headers, variables and functions
- Log in or register to post comments
- 151 views