subject

1) Read the following programs, and write the run results. 1

#include
using namespace std;
int main()
{
int i, j;
int *pi, *pj;
i = 5;
j = i;
pi = &i;
pj = &j;
*pj = 4;
cout << i << " ";
cout << j << " ";
cout << *pi << " ";
cout << *pj << endl;

return 0;
}

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:50
Is one of the most injurious events that can happen to a person in a crash.
Answers: 1
question
Computers and Technology, 22.06.2019 12:30
Some of the first computer games were created in the early 1970s by college students experimenting after hours to see what the were capable of doing.
Answers: 3
question
Computers and Technology, 22.06.2019 23:30
What are some ways to use a range name in a formula? check all that apply. in the defined names group, click use in formula, and then select the desired name. begin typing the name in the formula, select a name from the autocomplete list, and use the arrow keys and tab key to enter the name in the formula. begin typing the formula, and then click and drag with the mouse to select the cells to include in the formula. right-click one of the cells in the range. click formula options, and use the dialog box to add the name.
Answers: 1
question
Computers and Technology, 23.06.2019 08:30
When you interpret the behavior of others according to your experiences and understanding of the world your evaluation is
Answers: 1
You know the right answer?
1) Read the following programs, and write the run results. 1

#include
using nam...
Questions
question
English, 04.08.2019 20:00
question
Mathematics, 04.08.2019 20:00
Questions on the website: 13722360