Question: Explain what is the difference between int* p1, p2; and typedef int* IntPtr; IntPtr p1, p2; for c++
Explain what is the difference between int* p1, p2;
and
typedef int* IntPtr;
IntPtr p1, p2;
for c++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
