In this article we are going to talk about C++ Arrays And Multidimensional Arrays, so c++ arrays are collection of the elements that are the same type. if you remember our article on variables, when we want to store one value we are going to use variable. If we want to store two or three values we need to use more variables. but it is not a good way, by this reason we have arrays. also the elements of array are stored in the continues memory location.

#c++ #c++ tutorials #c #c#

C++ Arrays And Multidimensional Arrays
1.45 GEEK