Topic 1: What is C

What is C??
C is a programming language originally developed for developing the Unix operating system. It is a low-level and powerful language, but it lacks many modern and useful constructs.
Do I need to know math??
Not too much... Most of programming is about design and logical reasoning, not about being able to quickly perform arithmetic, or deeply understanding algebra or calculus.
What do I need to start??
You will need a program called a compiler, which will turn the text of your program into something your computer can run.
0 comments: