the output of the following coue segment is: int g(int "x, int "y) "x=*y; "y=0; return "x; int main() int a=19,b=10; pri
Posted: Mon Jun 06, 2022 1:51 pm
the output of the following coue segment is: int g(int "x, int "y) "x=*y; "y=0; return "x; int main() int a=19,b=10; printex. Xi"a.g(&a,&b);); retum C 7 19,0 19,10 10, 10 0,0 U