हिंदी

Predict Output of Following Program Segment. - Structured Programming Approach

Advertisements
Advertisements

प्रश्न

Predict output of following program segment.

main()
{
int x=4, y=9,z;
clrscr();
z=x++ + --y+y;
printf("\n%d%d%d",x,y,z);
z= --x+x+y--;
printf("\n%d%d%d",x,y,z);
getch();
}

टिप्पणी लिखिए

उत्तर

Output:
5820
4716

shaalaa.com
Data Input and Output in C-Programming
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2017-2018 (June) CBCGS

APPEARS IN

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Course
Use app×