This blog is made to help anyone that is having trouble with C Language programming and anyone who is keen to start learning programming. I would say C language would be the easiest to start and some functions and syntax in C Language can be used in other programming languages such as C++ and Java.
These documentations can be used for the subjects AACS1074, AACS1084, Programming Concepts and Design I and Programming Concepts and Design II of TARC.
This Blog will cover the following things:
- Start programming using Microsoft Visual C++ Express Edition
- Basic Structure of a C program
- Comments
- Introduction to variables and how to manipulate, store data into variables
- Data types
- Using output functions to display text on screen
- Display values of variables
- Using input functions to enter data into variables
- Escape Sequences
- Mathematical operators and expressions
- Logical operators and relational operators
- Using conditional functions (if, if-else, case)
- using looping functions (while-loop, for-loop, do-while-loop)
- And many others.