Question: Use structure and get the following information from three users: Name (String), Employee ID (String) and Phone number (String). Use pointers to find the out
Use structure and get the following information from three users: Name (String), Employee ID (String) and Phone number (String). Use pointers to find the out the amount of memory occupied by phone number and print the percentage of memory occupied for phone number as compared to other structure members(All members included). Assume that the memory occupied is the memory location in which data is stored. Use specifically pointers and sizeof for calculation. For eg. Name: George (Memory occupied is 6 bytes considering one byte for a character)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
