Single Choice
Not Set
QWhat will be the output of the following program?
main()
{
char p[] = "me";
int i;
for(i=0; p[i]; i++)
printf("\t%c%c%c%c",p[i],*(p+i), *(i+p), i[p]);
}
ID: #1270
Pointer in C Language
3,110 views
Question Info
#1270Q ID
Not SetDifficulty
Pointer in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
mmmmeeee
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic