Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1.) When you call a function and pass an array, a copy of the array is made in t

ID: 3704919 • Letter: 1

Question

1.) When you call a function and pass an array, a copy of the array is made in the function.

true

false

2.

If   (var ==false) is testing a:

a string

a character

a boolean variable

an array

3.

If an array called AR has been properly declared to hold 1000 boolean values, then its subscripts will range from _____ to _____.

0 to 1

0 to 999

1 to 1000

0 to 1000

4.

A function prototype is placed before int main().

true

false

5.

What does the letter "D" look like inside the computer?

d

D

decimal 68

decimal 100

true

false

2.

If   (var ==false) is testing a:

a string

a character

a boolean variable

an array

3.

If an array called AR has been properly declared to hold 1000 boolean values, then its subscripts will range from _____ to _____.

0 to 1

0 to 999

1 to 1000

0 to 1000

4.

A function prototype is placed before int main().

true

false

5.

What does the letter "D" look like inside the computer?

d

D

decimal 68

decimal 100

Explanation / Answer

Question 1
Answer:
false

Question 2
Answer:
a boolean variable

Question 3
Answer:
0 to 999

Question 4
Answer:
true

Question 5
Answer:
decimal 68