subject

X=10 ;
y= 15;
mystery (x, y);
void mystery (int one , int two )
{
int temp;
temp = one;
one = one ;
two = temp;
}
3 what are the values ofx and y after thestatements above execute? (assume that variables are properlydeclared.)
a.
x = 10; y = 10
c.
x = 15; y = 10
b.
x = 10; y = 15
d.
x = 15; y = 15

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 09:50, laurentsofia09
Assume that you have an sorted array of records. assume that the length of the array (n) is known. give two different methods to search for a specific value in this array. you can use english or pseudo-code for your algorithm. what is the time complexity for each algorithm and why?
Answers: 1
image
Computers and Technology, 22.06.2019 10:30, araminaara691
How can a user open a blank presentation? 1.on the file menu, click new, and then click recent templates 2.on the file menu, click new, and then click blank presentation 3. on the view menu, click templates, and then click recent templates 4. on the view menu, click samples, and then click blank presentation
Answers: 1
image
Computers and Technology, 22.06.2019 12:10, drelisech6467
Linux is distributed under gnu gpl. why is this important? a. it ensures that only torvalds can profit from the sale of linux b. it prevents unknowledgeable users from downloading programs they don't know how to operate. c. it provides protection for the developers who created linux. d. it states that anyone can copy, modify, and share the program if changes are made public.
Answers: 1
image
Computers and Technology, 23.06.2019 06:40, sardarp1irc5
What are the three uses of a screw?
Answers: 2
You know the right answer?
X=10 ;
y= 15;
mystery (x, y);
void mystery (int one , int two )
{
i...

Questions in other subjects: