πŸ“Š C Programming
Q. Which symbol is used to access the value pointed to by a pointer?
  • (A) &
  • (B) *
  • (C) %
  • (D) #
πŸ’¬ Discuss
βœ… Correct Answer: (B) *

Explanation: The dereference operator (*) is used to access the value a pointer points to.

Explanation by: Mr. Dubey
The dereference operator (*) is used to access the value a pointer points to.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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