Size of any type of pointer in c is independent of data type which is pointer is pointing i.e. size of all type of pointer (near) in c is two byte either it is char pointer, double pointer, function pointer or null pointer. Void pointer is not exception of this rule and size of void pointer is also two byte.
Related posts
-
Artificial Intelligence (AI) Multiple Choice Questions
Are you ready to test your knowledge of artificial intelligence (AI)? This set of 50 multiple-choice... -
Agile vs Waterfall: Know the Difference Between Methodologies
The main difference between Agile vs Waterfall is that Agile methodology is a continuous and iterative... -
Model of the TypeScript Interview Questions in 2021
If you are looking for job as Typescript developer then this article and typescript interview questions...