How to implement sizeof api. Means sizeof is already there but i do not want to use that.
Major question is ....
If i want to use size of int. than i can get by pointer but do not know in the case of array of int.
I think that we are passing "array" which is pointer to an integer (or first element of array) to f. How does f know that array has 3 elements? . I think there is something very basic here that I am not getting. Thanks a lot.