If p is a pointer variable of type int, then the statement ____ copies the value of list into p.
A. list = p;
B. p.copy(list);
C. p->copy(list);
D. p = list;
Answer: D
Computer Science & Information Technology
You might also like to view...
Which of the following tools is used to create a report that details information on relationships between tables?
A) Table Analyzer B) Database Documenter C) Database Splitter D) Performance Analyzer
Computer Science & Information Technology
An advantage to creating a(n) ________ is that it can be made available to coworkers on a company intranet or to customers through a website
Fill in the blank(s) with correct word
Computer Science & Information Technology