subject

What does the following code print?
#include void func(int x, int *yptr, int *zptr) { *yptr += 3; *zptr += 4; x += 5; } int main() { int a, *bptr, c; a = 5; bptr = & a; c = *bptr; *bptr += 2; c += 3; func(c, bptr, & c); printf("%d\n", a + *bptr + c); return 0; }
a. 32
b. 36
c. 51
d. 30
e. none of above

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 15:00
Much has been made of the new web 2.0 phenomenon, including social networking sites and user-created mash-ups. how does web 2.0 change security for the internet? how do secure software development concepts support protecting applications?
Answers: 1
question
Computers and Technology, 22.06.2019 19:00
Which parts of a presentation should be the most general? a. introduction and conclusion b. introduction and outline c. outline and conclusion d. outline and body
Answers: 1
question
Computers and Technology, 22.06.2019 23:00
Which factor is the most important when choosing a website host? whether customers will make secure transactions the number of email accounts provided the purpose of the website the quality of the host control panel
Answers: 3
question
Computers and Technology, 23.06.2019 12:00
Which of these is an example of an integrated presentation? a. a table created in powerpoint b. an image pasted into powerpoint c. a caption created in powerpoint d. an excel chart pasted into powerpoint
Answers: 1
You know the right answer?
What does the following code print?
#include void func(int x, int *yptr, int *zptr) { *yptr +...
Questions
question
Mathematics, 07.03.2020 03:56
question
Mathematics, 07.03.2020 03:56
question
Mathematics, 07.03.2020 03:56
Questions on the website: 13722360