Question: please do code based off three images Write a C program that asks the user to enter three numbers (integres). A menu wl be displayed



please do code based off three images
Write a C program that asks the user to enter three numbers (integres). A menu wl be displayed to let the user choose one of the three options: show the sum of the two highest numbers, product of the three numbers or the largest of the three numbers. See the sample runs. Required: Your code must use pointers ONLY! Consequently, the function malloc should be used to allocate memory spaces for the user's input and possibly for other data. Hint: Can you tell what does this code do (answer this without putting the code in the computer first)? As you can see, only pointers are used. #include #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
