हिंदी

Predict Output of Following Program Segment. - Structured Programming Approach

Advertisements
Advertisements

प्रश्न

Predict output of following program segment.
main()
{
int a,b,*p1,*p2,x,y;
clrscr();
a=48;b=10;p1=&a;p2=&b;
x=*p1**p2-8;
*p1=*p1+*p2;
y=(*p1/ *p2)+20;
printf("%d%d%d%d%d%d",*p1,*p2,a,b,x,y);
}

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

उत्तर

Output:
5810581047225

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

APPEARS IN

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Course
Use app×