Describe the options available in C/C++ for creating data structures, and explain how you would select a particular form of data structure for use in a program.
Member rating: No Rating | Words: | Submitted: Mon Jun 19 2006
On the left is an image preview of every page of this document, and below are the first 150 words with formatting removed:
Zoë McKellar 03/1173/PAF Introduction to Programming Class Test Replacement Due Friday 14th November In no more than 1000 words: Describe the options available in C/C++ for creating data structures, and explain how you would select a particular form of data structure for use in a program. Describe the options available in C/C++ for creating data structures, and explain how you would select a particular form of data structure for use in a program. In the middle of the 1970s a new computer programming language was designed, called simply "C". Its primary objective was to give a combination of low level features, for example direct acess to computer memory etc, and high level constructs which were essential when writing structured programs. Ultimately, it was intended to be transferable between computer systems, and this was achieved by making the language very small. C is designed around a language containing 27 keywords, all of which are easily translated into any...

