Question: In Linux/Unix, C program: A flat file database consists of records based on the following struct. The program that created it had no special compiler
In Linux/Unix, C program:
A flat file database consists of records based on the following struct. The program that created it had no special compiler options:
struct PLAYER { char userName[16]; char active;
double level; unisgned short rating; };
In terms of bytes how big is a record? Justify your result by showing how you calculated this.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
