Learners Only
Showing posts with label
convert
.
Show all posts
Showing posts with label
convert
.
Show all posts
Tuesday, 29 November 2011
Predict the output or error(s) for the following:
main()
{
char *p="hai friends",*p1;
p1=p;
while(*p!='\0') ++*p++;
printf("%s %s",p,p1);
}
Answer:
ibj!gsjfoet
Explanation:
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)