Search Results

Showing results 1 to 1 of 1
Search took 0.01 seconds.
Search: Posts Made By: balu116
Forum: C Oct 8th, 2007
Replies: 34
Views: 8,471
Posted By balu116
void main()
{
int i=3;
printf("%d,%d,%d",i,i++,++i);
getch();
}
o/p:
5,4,4
if we r using ++i it will increment and it will asign to i so ans is 4
if we r using i++ it will increment but it...
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC