The predecessor of a node in a binary tree is called its

A) progenitor
B) ancestor
C) parent
D) precursor

C) parent

Computer Science & Information Technology

You might also like to view...

Encryption transforms information into a format that cannot be read until the correct password is entered

Indicate whether the statement is true or false

Computer Science & Information Technology

One difference between the three-argument version of the get function and the getline function is that:

a. Only get has a delimiter. b. The getline function removes the delimiter from the stream. c. Only get adds the delimiter to the array. d. getline stores the characters it reads into its character array argument.

Computer Science & Information Technology