Answers for "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

int a=10,b=20,c=30; int x,y; x=(a,b,c); y =a,b,c;
Posted by: Guest on July-15-2021

Browse Popular Code Answers by Language