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

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

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