• Chapter 6 Personalized Data type

    With personalized data type we can declare structure which helps us group a set of variables.

    Those variables are called members and generally they represent the same entity. You can imagine a situation when you want to manage cars , thus the car here is an entity and it has informations like : registration number, motot type, brand, model etc, all those variables can be declared inside a structure.

    Car data structure.


Chapter 5 Array and Strings