Q. Which operator is used to access value at the address stored in a pointer?

  • (A) &
  • (B) *
  • (C) #
  • (D) %
πŸ’¬ Discuss
βœ… Correct Answer: (B) *
Explanation: The '*' operator is used to dereference a pointer and access the value.
Explanation by: Mr. Dubey
The '*' operator is used to dereference a pointer and access the value.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
56
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate