Explanation & answer:
Four pair UTP (unshielded twisted pair) cables are common cables with RJ45 connectors. Most RJ45 connectors have a snap to lock the male connector in place.
ST and SC connectors are for fibre-optics.
....field while a row represents a record
Answer:
c)Banana * daco;
Explanation:
To declare an variable pointer we use * symbol after writing it's type.For example int *.Then we write the name of the variable since the name of the variable is daco.The class is a user defined data type so instead of writing any data type we will write class name then the * then name of the variable.
Banana * daco; which matches the option c Banana* daco;