I got this question from a study material for GATE exam. The code is as follows:#include<stdio.h>
void main()
{
char *p;
p="Hello";
printf("%c\n",*&*p);
}
someone please explain me what is this *&*p and what and how it does??
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.