Q. Which operator is used to find address of a variable? (A) * (B) & (C) # (D) % ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) & Explanation: The '&' operator gives the memory address of a variable.