How to find sizeof array in C/C++ without using sizeof?
A pointer is an amazing tool of c language we can do any task easily with the help of pointers. In my previous article, we have read that how to calculate the size of structure without using the sizeof() operator. In this article, I am calculating the sizeof array without using the sizeof() operator. Calculating […]
How to find sizeof array in C/C++ without using sizeof? Read More »