Solved

Given That P1 Is an Integer Pointer Variable, and A1

Question 32

Multiple Choice

Given that p1 is an integer pointer variable, and a1 is an integer array, which of the following statements are not legal code?


A) p1= a1;
B) cout << p1[0];
C) cin >> p1[0];
D) a1 = p1;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions