Q. What is the name of "&" operator in C?
β
Correct Answer: (C)
Address of
Explanation: The "&" operator is known as 'Address Of' operator which is used to access the address of a variable.