C++ Arrays And Multidimensional Arrays
94K views
Mar 21, 2024
Qt5 C++ GUI Development Full Course https://youtu.be/Et_bgnJ_Hhg In this video 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 video 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. #CPP#CPPTutorial#ParwizForogh
#C & C++
#Computer Education
#Education