Computer Science, asked by sumonam180, 1 day ago

find the value of x , y and z of int
int x=0 ;
int y = x++ + ++x + x-- + --x ;
int z = x++​

Answers

Answered by Jaishreeram8765
0

find the value of x , y and z of int

int x=0 ;

int y = x++ + ++x + x-- + --x ;

int z = x++

Similar questions