Which of the following statements correctly prints out the value that is in the memory address that the pointer p1 is pointing to?

a. cout << &p1;
b. cout << p1;
c. cout << int* p1;
d. cout << *p1;

d. cout << *p1;

Computer Science & Information Technology

You might also like to view...

Headers and footers are visible in the ________ view

A) Page Layout B) Page Break Preview C) Normal D) Web Layout

Computer Science & Information Technology

Which of the following can be used for both encryption and digital signatures?

A. 3DES B. AES C. RSA D. MD5

Computer Science & Information Technology