Question: Please do so in C! 3) Write a program that declares two pointer variables, one that points to an integer location, and one that points

Please do so in C!
3) Write a program that declares two pointer variables, one that points to an integer location, and one that points to a character location. Call a function that will initialize both by dynamically allocating memory and then putting values in the allocated locations. From main, print these values. Note that you must use the call-by-reference method to initialize the pointer variables from the function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
