Several students of C have stated that they didn’t like these three cryptic constructs and that they would simply never use them. This would be fine if they never have to read anybody else’s program, or use any other programs within their own. I have found many functions that I wished to use within a program but needed a small modification to use it, requiring me to understand another person’s code. It would therefore be to your advantage to learn these new constructs, and use them. They will be used in the remainder of this tutorial, so you will be constantly exposed to them.
This has been a long chapter but it contained important material to get you started is using C. In the next chapter, we will go on to the building blocks of C, the functions. At that point, you will have enough of the basic materials to allow you to begin writing meaningful programs
This has been a long chapter but it contained important material to get you started is using C. In the next chapter, we will go on to the building blocks of C, the functions. At that point, you will have enough of the basic materials to allow you to begin writing meaningful programs