Hi is there any difference between the size of a struct type and the size of it's instance?
similarly with enum type and it's instance...

No, there's no difference, assuming we're talking about the result of the sizeof operator and any assumptions gleaned from it rather than technicalities such as the struct hack.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.