πŸ“Š C Programming
Q. Which operator is used to access the 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 at its address.

Explanation by: Mr. Dubey
The * operator is used to dereference a pointer and access the value at its address.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
60
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate