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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!