257 views
0 votes
0 votes

In this question, who performs the operation required for option c (matches the parameters of subroutine definition with the location of parameters of subroutine call)?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
saumya mishra asked Oct 5, 2018
877 views
Que. What is the component that is responsible for loading the initial value in the program counter for an application program before it starts running?a)linkerb)loaderc)...
0 votes
0 votes
1 answer
2
Sanjay Sharma asked Jun 9, 2016
2,079 views
1 votes
1 votes
1 answer
3
Ajit J asked Jan 2, 2019
307 views
If in this question, if we were asked to find the nth smallest number, then what would have been the answer?
1 votes
1 votes
0 answers
4
Ajit J asked Dec 30, 2018
492 views
The complexity of this program? int fun1 (int n) { int i, j, k, p, q = 0; for (i = 1; i < n; ++i) { p = 0; for (j = n; j 1; j = j/2) { p++; for (k = 1; k < p; k = k * ...