Discussion Forum : C Miscellaneous
Question - Determine Output:
void main()
{
char *p;
p="Hello";
printf("%c", *&*p);
}
Options:
A .  Hello
B .  H
C .  Some Address will be printed
D .  None of These
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *