Question: Pointing to a Pointer A pointer pointing to a pointer. Will the given code compile correctly? int main()( int **, *y; * - &
Pointing to a Pointer A pointer pointing to a pointer. Will the given code compile correctly? int main()( int **, *y; * - & (y) ;y = &(x): return 0; Pick ONE option Compiler error Yes, possible, the code would compile fine Would compile fine, but the pointers will not point to each other
Step by Step Solution
3.40 Rating (156 Votes )
There are 3 Steps involved in it
The detailed answer for the above question is provided below The image youve provided includes a que... View full answer
Get step-by-step solutions from verified subject matter experts
