πŸ“Š C Programming
Q. Pointer arithmetic is not possible on ___.
  • (A) Integer pointers
  • (B) Float pointers
  • (C) Character pointers
  • (D) Void pointers
πŸ’¬ Discuss
βœ… Correct Answer: (D) Void pointers

Explanation: Pointer arithmetic is not possible on void pointers due to lack of concrete value and size.

Explanation by: Team MCQ Buddy
Pointer arithmetic is not possible on void pointers due to lack of concrete value and size.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
186
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Team MCQ Buddy
Publisher
πŸ“ˆ
92%
Success Rate