Sail E0 Webinar
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 Solution

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

Latest Videos

Latest Test Papers