Home
Explore
Places
win7
win8
Coding
Friday, 8 February 2013
25
what is output of the following program ? [with explain]
void main()
{
int i=32767;
printf("%d",++i);
}
25
2013-02-08T07:21:00-08:00
cvs
prgm|