Q. Which of these is true about void pointers in C?

  • (A) They cannot store addresses
  • (B) They can be dereferenced directly
  • (C) They can point to any data type
  • (D) They can only point to int
πŸ’¬ Discuss
βœ… Correct Answer: (C) They can point to any data type
Explanation: Void pointers are generic pointers and can point to any type.
Explanation by: Mr. Dubey
Void pointers are generic pointers and can point to any type.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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