Sail E0 Webinar
Question
What will be the output?
main()
{
char *p;
p = "Hello";
printf("%cn",*&*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