samedi 13 août 2016

how the below structure is store in stack and heap?

struct student { char gender; int uniID; int mobile; float percentage; int No_of_subjects_registered; } I want to store this structure in stack and heap, but how ?

Aucun commentaire:

Enregistrer un commentaire