Guess the output
public pointer
{
public static void main(String[] args)
{
int *p , a;
a=10;
p=&a;
System.out.println(*p);
}
}


Posted on by