Which of the following correctly declare 3 integer pointers?

a. int* p1, p2, p3;
b. int *p1, p2, p3;
c. int *p1, *p2, *p3;
d. all of the above.

c. int *p1, *p2, *p3;

Computer Science & Information Technology

You might also like to view...

The value uppercase for the ____ property adjusts characters to all uppercase without changing the actual text in the HTML code.

A. font-size B. font-weight C. text-transform D. font-case

Computer Science & Information Technology

Which of the following cannot be specified in the New Document dialog box?

A. Page size B. Number of pages C. Width of columns D. Margin color

Computer Science & Information Technology