1
Reply

why same experission in c++ and java give different resulr?

raj gupta

raj gupta

14y
4.8k
0
Reply

    statement

    int y=8;

    in c++

    what is the value of ++y and y++

    and these result check in java

    and give the answer why?