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

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