Question: Write a program in C programming language ; Write a program to read two integers from user (x and y), assign them to pointers (xPtr
Write a program in C programming language; Write a program to read two integers from user (x and y), assign them to pointers (xPtr and yPtr) and pass that pointers to a function. This function performs multiplication on these two pointers and assign the result to the first pointer (xPtr). Then, the main function prints the result before it ends.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
