Question: C language Write a C function which accepts an integer representing size of memory in GB. The function should return the equivalent size of memory
C language
Write a C function which accepts an integer representing size of memory in GB. The function should return the equivalent size of memory in MB and KB.
For example, if the input is 20, the outputs should be 20480 and 20971520. Note that 1GB = 1024 MB and 1GB = 1024 * 1024 KB.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
