int a=10,b=20,c=30; int x,y; x=(a,b,c); y =a,b,c; find the values of x and y ? output x=30 y =10

0

int a=10,b=20,c=30; int x,y; x=(a,b,c); y =a,b,c; find the values of x and y ? output x=30 y =10

By Beginner Last_Guardian at Jul 14 2021


Related code examples


Code examples by languages