I have a variable int*** dp, and I want to pass it to a function by reference to initalize it. But when I try to call the function:
int*** dp
int*** dp; in