Hi friends at present i am not having any compiler so please can any one conform the result of this program
what would be the size of this structure
what would be the size of this structure...
what would be the size of this structure
Code:
struct str { int data; struct str *pstr; chap ch; int data1; };
Comment