Answer:
you can take guide from
hope this will help you....!
The pseudocode :
Pair MaxiMini(array, sizeof_array)
if sizeof_array = 1
return element as both maximum and minimum
else if sizeof_array = 2
do one comparison to find the maximum and minimum
return that pair
else
# sizeof_array > 2
recursion for maximum and minimum of the left half
recursion for maximum and minimum of the right half
one comparison determines the true max of the two elements
one comparison determines the true min of the two elements
return the pair of maximum and minimum
Answer:
The answer is "Creates a profile, that permits master-detail relationship".
Explanation:
This relationship provides the relationship between parent and child when masters describe as a parent and information describes a child by which the main item controls the actions of the object of the detail.
- In this relationship, the main object history is destroyed, the detailed object associated with it will also be lost.
- It lists all related information on the details page of the database, and other choices were wrong which can't be defined in the given senior.