Home / Programming MCQs / C Programming MCQs / Question

T

Team MCQ Buddy • 9.67K Points
Tutor III

Q. Pointer arithmetic is not possible on ___.

(A) Integer pointers
(B) Float pointers
(C) Character pointers
(D) Void pointers
Explanation by: Team MCQ Buddy
Pointer arithmetic is not possible on void pointers due to lack of concrete value and size.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.