Hi jawad the arrays is very important in programmimg in general as if you want to declare 100 variable you "without using arrays" you will have to declare 100 variable and make 100 scanf "c" or cin<< "c++" and also 100 printf or 100 cout<< if use array you will make declaration for 100 variable in one statement "type of Array's element name of Array []; like int x[10];,float s[100]; two dimensional array is use in for example to make tables like int x[10][5]; this means that you has atable with 10 rows and 5 columns the one dimensional used like the examples that i give to you firstly Array's Concept:Collection of the variables of the same type and same name thanks; Eng A.Mahmoud any questions send me at: [email protected] [email protected] [email protected]
[email protected]> wrote: From: Jawad Saleem <[email protected]> Subject: [c-prog] Please Help about C++ Arrays To: [email protected] Cc: [email protected] Date: Friday, January 16, 2009, 6:42 AM Dear fellows Can any one guide me about C++ Arrays 1- Why we are using arrays in a Program? 2- What is the difference between one dimensional arrays and two dimensional Arrays? 3- What is the Working of Arrays? 4- what is the open Concept of Arrays ? Thank you Jawad Saleem [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]
