What is the value of *second_ptrint *first_ptr;int *second_ptr;*second_ptr = 30;ptr value = 1;first_ptr = &valuesecond_ptr = first_ptr;A. 30B. 1C. first_ptrD. None of the above

Showing Answers 1 - 1 of 1 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.