πŸ“Š C++
Q. Which operator is used to get the address of a variable in C++?
  • (A) *
  • (B) &
  • (C) ->
  • (D) ::
πŸ’¬ Discuss
βœ… Correct Answer: (B) &

Explanation: The '&' operator is used to get the address of a variable in C++.

Explanation by: Priyanka Tomar
The '&' operator is used to get the address of a variable in C++.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
113
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Priyanka Tomar
Publisher
πŸ“ˆ
90%
Success Rate