2. Predict the output or error(s) of the following c code

Friday, September 2nd, 2011
1
2
3
4
5
6
7
main()
{
	char s[ ]="man";
	int i;
	for(i=0;s[ i ];i++)
	printf("\n%c%c%c%c",s[ i ],*(s+i),*(i+s),i[s]);
}

Click here to view the answer

Avatar Image

Author Name :
Peter Vegas

Total : 0 Comment


Leave a Reply

Question and Answer
C/C++ Unix & Linux Wordpress
Source codes
C C++ Java

Free email signup