PREDICT THE OUTPUT FOR THE FOLLOWING EXPRESSIONS
please don't use google i have aldready tried it and it didn't work out
pls help ill mark u as brainliest and no in appropriate answer
1. void main()
{
int a=1,b=1;
cout<<++a + ++a + a++<
}
2. void main()
{
int a=1,b=2,d;
d = a++ + ++b;
cout<
}
3. void main()
{
int a=4,b=4,s,p;
s=a+b;
p=a*b;
cout<<(s||p)<
cout<
}
4. void main()
{
int x=5,y=5,z=7;
cout<<(x
}
Answers
Answered by
1
i dont understand it
Similar questions
Geography,
3 months ago
Science,
3 months ago
Economy,
3 months ago
Math,
6 months ago
Math,
6 months ago
Social Sciences,
11 months ago
Business Studies,
11 months ago