What is the output of the following program?#include void main() { int x=7,y=6,z; z=x-- -y; cout< }
Reveal answer
Fill a bubble to check yourself
What is the output of the following program?#include void main() { int x=7,y=6,z; z=x-- -y; cout< }