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/wqs-juxy-djx
Hour: Saturday 08-00 to 11:30
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 Monday 9h:30to 10h:55 https://meet.google.com/kix-xfmp-skc
- Every Wednesday 9h:30 to 10h:55 https://meet.google.com/yqy-rptk-vfa
You can also join the telegram group via this link : https://t.me/+NkUmps65s6UxYTI0
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