What is the output of the following program? void main() { int z=-1; cout<<z+5<< , <<z+3<< , <<z; }
Reveal answer
Fill a bubble to check yourself
What is the output of the following program? void main() { int z=-1; cout<<z+5<< , <<z+3<< , <<z; }