Home »
MCQs »
C++ MCQs
Which of the following is the incorrect type of pointer in C++?
147. Which of the following is the incorrect type of pointer in C++?
- Near
- Far
- Huge
- Small
Answer: D) Small
Explanation:
The small pointer is the incorrect type of pointer in C++.