Question: Which of the following lines will create a pointer variable? Assume referenced code elements exist if necessary. int* x = 0; int* x=&i; int* x;

Which of the following lines will create a pointer variable? Assume referenced code elements exist if necessary. int* x = 0; int* x=&i; int* x; None of these. int x; int x = 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
