0% found this document useful (0 votes)
12 views21 pages

03B Array

Chapter 9 covers the fundamentals of arrays and strings, focusing on two- and multidimensional arrays. It includes topics such as accessing components, initialization, and processing techniques like printing, input, and calculating sums and largest elements. The chapter is based on the reference 'C++ programming: Program design including data structures' by D. S. Malik.

Uploaded by

ahhbluda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views21 pages

03B Array

Chapter 9 covers the fundamentals of arrays and strings, focusing on two- and multidimensional arrays. It includes topics such as accessing components, initialization, and processing techniques like printing, input, and calculating sums and largest elements. The chapter is based on the reference 'C++ programming: Program design including data structures' by D. S. Malik.

Uploaded by

ahhbluda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Chapter 9: Arrays and Strings

In this chapter you will learn about:


 Two- and Multidimensional Arrays
 Accessing Array Components
 Initialization During Declaration
 Processing two-dimensional arrays
 Initialization
 Print
 Input
 Sum by Row
 Sum by Column
 Largest Element in Each Row and Each Column
References
1. Malik, D. S. (2010). C++ programming: Program design including data structures. Course
Technology.

You might also like