Array : A homogeous set of finit elements which is stored in a continues memory location under certain name, is called array.
Example:int a[]=new int[5];
a[0] =4;
a[1]...
Static keyword is used to load the class data into primary memory first to the object. As it is directly loaded into memory, it can be accessible directly.
Note :...
Structure oriented language 'C' when implemented with new object oriented concepts, it becomes 'C++'.
These new language doesn't support/follow the concepts so C++...