Answer:
d. The contrast error
Explanation:
<u>Correct option is:</u>
d. The contrast error
- <em>Contrast Error is a concept during a performance appraisal of a candidate where his/her valuation is impacted by the fact that the previous candidates were relatively good or bad. </em>
Answer:
a) abcfunc (intpoint);
Explanation:
When calling a function we don't need to provide any symbols,we only have to provide the name of the variable.If the function accepts pointer variable , arrays or anything we just have to write the name of the variable.
So here we have to write abcfunc(intpoint);
So the option matching is potion a.
Answer:
All of the above options are incorrect, as the template class is the type of class in which it generate the various types of classes and also provide the specifications according to the specific parameters. The class template is basically initialized by passing all the given types to its argument in the given template function.
The template class are basically created by using the special types of functions which can be operated with the help of generic types without repeating the whole code in the given class.
Therefore, All the options are incorrect.