Predict the output of following code:
#includestdio.h
#includestdlib.h
int main()
{
char s[] = "Opendays2012";
int i = 0;
while(*(s++))
j++;
printf("%d",j);
return 0;
}


Posted on by