top of page
Frequently Asked C Language Interview Question & Answers
Is there any demerits of using pointer?
Yes. As pointers have access to a particular memory location, the security level decreases and restricted memory areas can be accessed. Other demerits include memory holes, process and memory panics, etc.
bottom of page