Question: How do you modify the value of a variable indirectly through a pointer? *ptr = new_value; ptr = new_value; &ptr = new_value; *+ptr = new_value
How do you modify the value of a variable indirectly through a pointer? *ptr = new_value; ptr = new_value; &ptr = new_value; *+ptr = new_value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
