#include stdio.h
int* fun()
{
int num = 10:
return #
}
int main()
{
int *ptr = NULL;
ptr = fun();
printf("%d", *ptr);
return 0
}
What will be the output of the following code

Posted on by