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;

d. a1 = p1;

Computer Science & Information Technology

You might also like to view...

A file that keeps track of the pictures, videos, and other files you have imported is called a(n):

A) Report B) Movie C) Export D) Project

Computer Science & Information Technology

You can use the four Text Align buttons to left-align, center, right-align, or __________.

A. delete text B. enlarge text C. justify text D. shrink text

Computer Science & Information Technology