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

Thursday, September 1st, 2011  »  Posted By  »  Total 1 Comment
1
2
3
4
5
void main()
{
	int  const * p=5;
	printf("%d",++(*p));
}
Question and Answer
C/C++ Unix & Linux Wordpress
Source codes
C C++ Java

Free email signup