Computers and Technology

In passing parameters to function calls, if the parameters are stored in registers then what happens if there are more parameters than the available register? a. the function returns an exception for too many arguments.
b. it can't happen because programmers know the allowed number of parameters should be equal to the available registers.
c. the additional parameters become local variables.
d. the additional parameters are stored in the stack

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 22:50, savagesquid4807
Before you enter an intersection on a green light make sure
Answers: 2
image
Computers and Technology, 22.06.2019 06:00, Treezy11
In outlook how can cherie look at the details of an event that appears on the month view of her calendar? check all that apply. by switching to the detail view by switching to the week view by switching to the day view by right-clicking on the event by double-clicking on the event by highlighting the event
Answers: 2
image
Computers and Technology, 22.06.2019 20:00, Jana1517
What is the worst-case complexity of the maxrepeats function? assume that the longest string in the names array is at most 25 characters wide (i. e., string comparison can be treated as o( class namecounter { private: int* counts; int nc; string* names; int nn; public: namecounter (int ncounts, int nnames); int maxrepeats() const; }; int namecounter: : maxrepeats () { int maxcount = 0; for (int i = 0; i < nc; ++i) { int count = 1; for (int j = i+1; j < nc; ++j) { if (names[i] == names[j]) ++count; } maxcount = max(count, maxcount); } return maxcount; }
Answers: 3
image
Computers and Technology, 22.06.2019 20:00, jc624826
What side length would you specify if you were required to create a regular hexagonal plate that was composed of 33 cm(squared) of sheet metal? dimension the side length to 0.1 cm
Answers: 2
Do you know the correct answer?
In passing parameters to function calls, if the parameters are stored in registers then what happens...

Questions in other subjects:

Konu
Mathematics, 07.04.2021 01:00
Konu
Geography, 07.04.2021 01:00
Konu
Mathematics, 07.04.2021 01:00
Konu
Mathematics, 07.04.2021 01:00