struct emp { char *n; int age; }; struct emp e={"CuriousTab", 15}; FILE *fp; fwrite(&e, sizeof(e), 1, fp);
struct ex { char ch; int i; long int a; };
typedef struct s { int a; float b; }s;
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.