In main, there are two local variables named x and lx. At line 14, both of these local variables are passed to the modify_args function. After the call to modify_args finished, which of main's two local variables did the modify_args function change?



Answer :

Other Questions