cyforsr

Results 1 comments of cyforsr

**our data is transform from struct variables into char arrays by memcpy().** for example: ``` struct student { char name[25]; char class[10]; int age; char adress[50]; } student stu; memset(&stu,...