What substitution should be made to //-Ref such that ptr1 points to variable C int main() { int a = 1, b = 2, c = 3; int *ptr1 = &a; int **sptr = &ptr1; //-Ref }
Comments and Answers (2)
Rahul
does anyone know the correct answer
Vivek
how did the answer came
{{SampleComment.userName || "Your Name"}} ~ {{SampleComment.userCity}}
{{SampleComment.commentValue || "Your Answer or Comment goes here...."}}