# Pastebin 17BzlVh2 #include using namespace std; void foo(char* arr) { end(arr); } int main() { char arr[10]; foo(arr); return 0; }