Hello Cboard members,

I have written the following code. I am unable to understand why the returned value is 0 while in the function hi() it is non-zero.


#include<stdio.h>
int* hi(void);...