RE: [HOT] C programming Daily Class
@ iam911 the keywords here are the keywords used in C language, each keyword has a specific work to do. You will not understand it right now but let me give you an example.
the keyword "if" is used when we want to have some condition.
like "if I am am a boy than I will turn as a man. otherwise not."
Before going into every keyword we will write some simple programs in C and describe what word does what.Will go into its depth in upcoming classes.
Lets start from what we need first to start programming with C language?
1. A computer. (Ofcourse u have it)
2. Keyboard. (If you dont have get it

)
3. C compiler. (Here's the download link
CLICK ME (Unzip the files, open setup.exe & follow the instructions))
4. Some brain. (Hope you have it)
Tomorrow we will be writing our first C program.