Question: Consider this structure definition: typedef struct movie { char *title; uint8_t rating; uint16_t release_year; } Movie; What is the minimum possible value of sizeof(Movie)
Consider this structure definition: typedef struct movie { char *title; uint8_t rating; uint16_t release_year; } Movie; What is the minimum possible value of sizeof(Movie) if the operating system uses 64-bit memory addresses?
Step by Step Solution
3.38 Rating (145 Votes )
There are 3 Steps involved in it
The detailed answer for the above que... View full answer
Get step-by-step solutions from verified subject matter experts
