1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
AveGali [126]
3 years ago
11

To assign the contents of one array to another, you must use ________.

Computers and Technology
1 answer:
iren [92.7K]3 years ago
8 0

Answer:

Option c is the correct answer for the above question.

Explanation:

  • The array is used to holds multiple variables and the assignment operator can assign only a single variable at a time. So if a user wants to assign the whole array value into other array value then he needs to follow the loop.
  • The loop iteration moves on equal to the size of the array. It is because the array value moves into another array in one by one. It means the single value can move in a single time. So the moving processor from one array to another array takes n times if the first array size is n.
  • The above question asked about the processor to move the element from one array to another and the processor is a loop because the loop can execute a single statement into n times. So the C option is correct while the other is not because--
  1. Option 'a' states about one assignment operator which is used for the one value only.
  2. Option b states about the equality operator which is used to compare two values at a time.
  3. Option d states any of these but only option c is the correct answer.
  4. Option 'e' states none of these but option c is the correct.
You might be interested in
For the krylov subspace method, run the Arnoldi method in matlab. You can get the matrix A in 10x10 or 20x20. Get a screenshot o
Firdavs [7]

Answer:

20x10

Explanation:

5 0
3 years ago
Read 2 more answers
A mouse is known as a _____ device that is able to detect motion in relation to the surface and provides an onscreen pointer rep
hichkok12 [17]
I think the answer is C because u can control the computer with a mouse to point at stuff on screen and also click on things with it its the main device u use besides key pad but without mouse u cant really do anything so i would pick C
3 0
3 years ago
Int side1;
o-na [289]

Answer:

int width_A, width_B, len_A, len_B;

float rw, rl;

rw = (float)(width_A/width_B);

rl = (float)(len_A/len_B);

if(rw == rl)

printf("They are similar");

else

printf("They are not similar");

Explanation:

The width of the first triangle i call width_A.

The width of the second triangle i call width_B.

The length of the first triangle i call len_A.

The length of the second triangle i call len_B.

The ratio of the width i call rw.

The ratio of the length i call rl.

If rw=rl, the retangles are similar. Otherwise, they are not.

The code is:

int width_A, width_B, len_A, len_B;

float rw, rl;

rw = (float)(width_A/width_B);

rl = (float)(len_A/len_B);

if(rw == rl)

printf("They are similar");

else

printf("They are not similar");

8 0
3 years ago
¿Toda sustancia de aspecto homogéneo es siempre una sustancia pura?
Gwar [14]

Answer:

No, las sustancias homogéneas pueden ser mezclas.

8 0
3 years ago
Leon needs to configure the days and times of his work week for his Outlook Calendar. Which option should he
mina [271]

Answer:

3.Home > Calender

I think soo

Explanation:

have a good day dear!

4 0
3 years ago
Read 2 more answers
Other questions:
  • Please help i really need to turn this in already
    6·1 answer
  • What are some benefits of web-based applications?
    8·2 answers
  • Write a shell (text-based) program, called first_word.py, that opens the file stuff.txt and prints out the first word of every l
    14·1 answer
  • Program your own file lab7.cpp in which your main() function will test the new data structure. The main() function, Declares an
    12·1 answer
  • What machine learning technique helps in answering the question
    8·1 answer
  • PLEASE HELP me with at least 1 of the problems in the picture <br><br>We are coding using python​
    14·1 answer
  • I need help with computer science<br> the quiz on e2020 is on hackers and unauthorized access
    15·2 answers
  • Explain the role of ICT in banks​
    8·1 answer
  • 1. The opportunity to create several equations for launching program files is called
    5·1 answer
  • at the command prompt, type ls -l myscript and press enter. what permissions does the myscript file have? next, type bash myscri
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!