Create two integer variables x and y and an integer array z

Assignment Help C/C++ Programming
Reference no: EM13869620

Problem 1. (Basic Pointers and Pointer Arithmetic) Write a program that will do the following:

1. Create two integer variables x and y, and an integer array z[5]

2. Set the variable x equal to 5, and the variable y equal to 10

3. Save the following values in the array: 1, 2, 4, 8, 16

4. Print to screen the address of each of the variables, x, y, and the start of the array z

5. Create a pointer named testPtr and point it to the variable x

6. Print to screen the value stored in variable x using only your pointer testPtr

7. Add six to the value stored in x using only your pointer testPtr

8. Print to screen the value stored in variable x using only your pointer testPtr

9. Test to see if the value stored in variable x is larger than y, using only the variable y and the testPtr. If it is, print to screen "x > y", otherwise print "y < x"

10. Now, change testPtr to Point to the first entry of the array z

11. Using only testPtr, use a counter and for loop to print all the value in the array (do not use the array).

Problem 2. (Pointers and Functions)Write a void function called swap that accepts as inputs two integer variables and swaps their values. For example, if I had a variable a = 5 and b = 10, after calling swap with variables a and b; a = 10 and b = 5. Note this will require writing the function such that it uses pointers since we want to change the original variables and return nothing (void).

Reference no: EM13869620

Questions Cloud

How is the artist employing line quality : How is the artist employing "Line Quality"? Orientation: Horizontal, Vertical, Diagonal, Curved? Direction: refers to implied movement of a line. Line weight can accentuate direction. Degree of Continuity: (or linear flow) can enhance direction. Medi..
What does gdp tell us? : What does GDP tell us?
What is inflation? what are the causes of inflation? : What is inflation? What are the causes of inflation?
Bookstore stock to achieve highest expected value : The University of Miami bookstore stocks textbooks in preparation for sales each semester. It normally relies on departmental forecasts and preregistration records to determine how many copies of a text are needed. Based on the given information, Vai..
Create two integer variables x and y and an integer array z : Create two integer variables x and y, and an integer array z[5]. Set the variable x equal to 5, and the variable y equal to 10. Save the following values in the array: 1, 2, 4, 8, 16
Employer and prospective employee but without stating salary : An employment contract that is offered to a job prospect although signed by both employer and prospective employee but without stating the salary is
Define the health care equipment : Health care equipment
Difference between lean six sigma green belts-black belts : What is Lean Six Sigma? Describe the difference between Lean Six Sigma Green Belts, Black Belts, and Master Black belts. Using any resource available (internet, textbook, magazine) explain the process of obtaining these certifications. Do you feel th..
What are both procedural and substantive due process : What are both Procedural and Substantive Due Process? What is Strict Scrutiny and when do the courts use it?

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Generate a random number each time the operator is used

The function call operator is overloaded and will generate a random number each time the operator is used and objects can be created with the lower and upper bound of the random number specified.

  Write a program that will store 10 integers into an array

Write a program that will store 10 integers into an array. Only accept integers between -100 and 100. Display those integers. You must then square those integers by CALLING A FUNCTION to square each individual integer. That function must be called, s..

  Make 2-dimensional array

make 2-dimensional array a bit of life and bringing them from the abstract to the concrete realms

  Write a full program that implements the aggregation concept

Write a full program that implements the aggregation concept for the Mail Message, Header , Body and Attachment classes.

  Write a program that will read in 5 numbers

Write a program that will read in 5 numbers and add 10 to the first number, 20 to the second number, and 30 to the third number, 40 to the fourth and 50 to the 50th.

  Create if-then statement with single alternative decision

Create the If-Then statement (or a flowchart with a single alternative decision structure) which assigns 20 to  variable y and allots 40 to variable z if variable x is greater that 100.

  Need to prepare a c++ program of class swap

Class Swap contains tow data members num1 , num2 and member function swapping ,the aim of this function is swapping num1 and num2 values , swapping should done by using pointer , i.e. if num1= 20 and num2 =5 they become : num1= 5 and num2=20.

  Composite data types (arrays & records)

Composite data types (arrays & records) can be a problem when they are passed as parameters or returned by functions. Why?

  Write a c++ program to draw the five olympic rings

Write a C++ program to draw the five Olympic rings. Make the circles have a thickness of 5 pixel

  Assume that you are tasked with tracking the orders which

loops and nested loops please respond to the followingbullsuggest one 1 example of a problematic programming situation

  Write a function named largest which will receive the array

Write a function named largest which will receive the array as input and return the variable LargestNumber.

  Describe the class structure of c++ programming

Describe the class structure of C++ programming. What are the key contents of classes

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd