Computer Science, asked by tarikaramani, 3 months ago

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 dondeezy
1

i dont understand it

Similar questions