General
Dear Students welcome to Algorithmic and Data Structure 01 course.
Teacher Dr. Ghazi Sabri, email : sabri.ghazi@univ-annaba.dz
Computer Science Department Office # 17, Sidi Amar Campus.Course Session link : https://meet.google.com/nrb-jkmj-rix
We use Google Meet for online course, Please install it on your Phone or just use it through the web site by clicking on the course link.
Please keep those links, they are permanant links to google meet:
- Every Saturday 9h:30to 11h:15 https://meet.google.com/nrb-jkmj-rix
- Every Wednesday 11h:30 to 13:00 https://meet.google.com/nrb-jkmj-rix
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.
This file contains the first part of the chapter 6 lecture.
This file contains the first part of the chapter 6.
Strutures