small-code-in-C-programming-homework-help
small-code-in-C-programming-homework-help Declare integer variables a, b, and c. Declare pointer variables ptrA, ptrB, ptrC. Ask the user to enter values for a and b using ptrA and ptrB. Using pointers only, multiply these two values, store the result in c using ptrC, and output the result. All code is to be done in main(). Output […]
