I passed a array to function and tried to find the length of the array . but the result was not expected . can anybody explain please?
int main() { int arra
sizeof() operator returns the size of the data type. here int size is two.