Sail E0 Webinar
Question
Determine Output:
void main()
{
char s[]="man";
int i;
for(i=0; s[i]; i++)
printf("%c%c%c%c ", s[i], *(s+i), *(i+s), i[s]);
}
Options:
A .  mmm nnn aaa
B .  mmmm nnnn aaaa
C .  Compiler Error
D .  None of These
Answer: Option D

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