Error in C language code

The function myfunc below is suppposed to print the size of array passed to it as parameter(arr). What do you think is the problem (if […]

Find error in the C++ code

What is the Error (if any) in the below C++ code