The statement y = &yPtr;
a) assigns the address of the variable y to pointer variable yPtr.
b) assigns the address of the variable yPtr to pointer variable y.
c) is a compilation error.
d) is a logic error.
b) assigns the address of the variable yPtr to pointer variable y.
You might also like to view...
Which Web site has caused the scaling back of many local newspapers due to the nature of its classified ads?
A) eBay B) Echo Bay C) Amazon D) Craigslist
Virtual folders that display the contents of multiple folders as though the files were stored together in one location are ________
A) Archives B) Collections C) Libraries D) Albums
Most e-book readers are usually smaller than smartphones.
Answer the following statement true (T) or false (F)
A user has designed an interface for a binary tree abstract data type (ADT). Which method below requires knowledge of the purpose and organization of the binary tree in order to design an implementation?
a) find b) add c) contains d) isEmpty e) size