subject

DESCRIPTION Write a program that:
Declare an int named x with value of 99
Declare a pointer to that int
Declare a reference to that int
Call displayint (see below), pass the pointer to x and the reference to X
Use the pointer to change the value of x to 100
w
Call displayint
Use the reference to change to value of x to 100
Call displaylnt
displayint is a function that accepts two parameters, la pointer to an int, 2 a reference to an int
The function should display the value that the pointer points to and the value that the reference refers to.
The output of this program should look like this:
99
99
100
100
101
101
First two lines: original value of x
Second two lines: after value of x has been set to 100
Last two lines: after value of x has been set to 101.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 14:00
Rint "censored" if userinput contains the word "darn", else print userinput. end with newline. #include #include using namespace std; int main() { string userinput; userinput = "that darn cat."; /* your solution goes here */ return 0; }
Answers: 1
question
Computers and Technology, 22.06.2019 12:10
Linux is distributed under gnu gpl. why is this important? a. it ensures that only torvalds can profit from the sale of linux b. it prevents unknowledgeable users from downloading programs they don't know how to operate. c. it provides protection for the developers who created linux. d. it states that anyone can copy, modify, and share the program if changes are made public.
Answers: 1
question
Computers and Technology, 23.06.2019 17:00
The camera still is bad even with the new iphone xr and especially in low light it is even worst because you can see the pixels more if its in low light. if all you apple customers want apple to fix this then lets fill there feedback with complaints about the can apple do to fix this issue?
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
Which finger presses the h key on the keyboard? index finger on the left hand pinky finger on the right hand index finger on the right hand thumb on the left hand
Answers: 1
You know the right answer?
DESCRIPTION Write a program that:
Declare an int named x with value of 99
Declare a point...
Questions
question
Mathematics, 04.05.2021 17:20
question
Mathematics, 04.05.2021 17:20
question
Mathematics, 04.05.2021 17:20
Questions on the website: 13722362