Chapter 5 - Arrays


In many engineering and scientific applications there is a requirement to handle large amounts of structured data. This chapter introduces arrays of data. How data is stored in arrays, how it is accessed or indexed is covered. Also the techniques to READ and PRINT data from arrays is described.


Have a look at the sample prograns for this chapter

Come back to the main page