0
point out why is this happening cin>>a>>b ; cout<< a+b ; my input is only 20 and no other input but the answer was 28 ?
3 Respostas
+ 1
I got the same.
+ 1
second one is the garbage value stored in b
you will probably get different answer each time
0
lol