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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A mmmmeeee
  • B mmmm
  • C Unexpected results
  • D Compiler error
Correct Answer

Explanation

mmmmeeee

Share This Question

Challenge a friend or share with your study group.