Determine the output of the Program.

#include<stdio.h>
main()
{
  char*p;
  printf("%d%d", sizeof (*p), size of(p)) ;
}

Posted on by