What is wrong with the following statements?int compareInt (void* num1, void* num2);...BSTRoot = BST_Create (&compareInt);
A. The function should be declared as: int* compareInt (void* num1, void* num2);
B. The function should be declared as: int compareInt (void num1, void num2);
C. The call to the create function should be: BST_Create (*compareInt);
D. The call to the create function should be: BST_Create (compareInt);
Answer: D
You might also like to view...
Which of the following is not an acceptable variable name?
a. One_name b. M c. 1_Name d. TheFirstName
Facebook's video chat feature is powered by Google
Indicate whether the statement is true or false
A(n) _________ refers to the mix of software tools, methods, and physical resources that an IT team uses to create an information system.?
Fill in the blank(s) with the appropriate word(s).
Digital forensics involves chemical and microscopic analysis of evidence using computerized laboratory instruments.
Answer the following statement true (T) or false (F)