What is the output of the following code

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

1. What is the output of the following code?
int *p;
int *q;
p = new int;
q = p;
*p = 46;
*q = 39;
cout << *p << " " << *q << endl;

2. What is the output of the following code?
int *p;
int *q;
p = new int;
*p = 43;
q = p;
*q = 52;
p = new int;
*p = 78;
q = new int;
*q = *p;
cout << *p << " " << *q << endl;

Reference no: EM13340062

Questions Cloud

What is the x-component of the electric force exerted by a : Particle A of charge 5.00x10-4 C is at the origin, particle B of charge -5.00x10-4 C is at (3.00 m, 0) and particle C of charge 3.00x10-4 C is at (0, 2.00 m).
One current economic issue facing the american government : One current economic issue facing the American government is ensuring people in danger of foreclosing on their homes can keep them. Explain why this issue is important
How many kilograms of water are poured onto a fire : Three fire hoses are connected to a fire hydrant. Each hose has a radius of 0.013 m. Water enters the hydrant through an underground pipe of radius 0.094 m. In this pipe the water has a speed of 3.2 m/s.
Review current standards across all similar job title : There are many elements and measures for workforce effectiveness. One measure of effectiveness is that all employees within a specific job title, such as program assistant, are held to the same standards.
What is the output of the following code : What is the output of the following code?
What is electric field at a point midway between two charges : Two point charges are separated by 10.0 cm and have charges of +2.00 and -2.00 Coulombs. What is the electric field at a point midway between the two charges
What difference of temperature is needed to have volume : Rivets can be cooled before they are put in place, thus when they reach equilibrium temperature they are more firmly fixed in place. If the volume expansion of iron is 35.0 X 10-6 K-1
Explain how the nominal dollar/euro exchange rate would be : Explain how the nominal dollar/euro exchange rate would be affected (all else equal) by permanent changes in the expected rate of real depreciation of the dollar against the euro.
The legal and ethical considerations of marketing in america : The Legal and Ethical Considerations of Marketing in America Paper

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