subject
Mathematics, 28.07.2019 11:00 oranzajimenez

Let the function fun be defined as int fun(int *k) { *k += 4; return 3 * (*k) - 1; } suppose fun is used in a program as follows: void main() { int i = 10, j = 10, sum1, sum2; sum1 = (i / 2) + fun(& i); sum2 = fun(& j) + (j / 2); } what are the values of sum1 and sum2

ansver
Answers: 1

Another question on Mathematics

question
Mathematics, 21.06.2019 15:20
Which matrix multiplication is possible?
Answers: 1
question
Mathematics, 21.06.2019 18:00
Two students were asked if they liked to read. is this a good example of a statistical question? why or why not? a yes, this is a good statistical question because a variety of answers are given. b yes, this is a good statistical question because there are not a variety of answers that could be given. c no, this is not a good statistical question because there are not a variety of answers that could be given. no, this is not a good statistical question because there are a variety of answers that could be given
Answers: 1
question
Mathematics, 21.06.2019 19:00
The fraction 7/9 is equivalent to a percent that is greater than 100%. truefalse
Answers: 1
question
Mathematics, 21.06.2019 23:30
The points (1, 7) and (0, 2) fall on a particular line. what is its equation in slope-intercept form?
Answers: 1
You know the right answer?
Let the function fun be defined as int fun(int *k) { *k += 4; return 3 * (*k) - 1; } suppose fun i...
Questions
Questions on the website: 13722363