Produce the correct code

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

The following code fragment produces the correct result sometimes and sometimes it does not. Explain what is happening and why.

#include <stdio.h>
#define max(a,b) ((a) > (b) ? (a): (b))
void main(void)
{
int i = 0;
int j = 0;
int a = 3;
int b = 4;
int c = 6;
int d = 5;
i = max(a,b);
j = max(c,d);
printf("i = %i, j = %in",i,j);
i = max(a++, b++);
printf("a = %i, b = %in",a,b);
j = max(c++,d++);
printf("c = %i, d=%in",c,d);
return;
}

Reference no: EM13938920

Questions Cloud

Program that asks the user to enter a number from 1 to 50 : Print the statement "Programming is fun" the number of times entered by the user using a for loop.
Importance to consumer behaviour and marketing : Discuss the concept of perceived value and its importance to consumer behaviour and marketing. Discuss the theory and then give practical examples of how customers perceive various brands and how this impacts on their behaviour.
Calculate all the relevant overhead variances : Calculate all the relevant overhead variances for the department, and write a memo that describes what each one means.
Identify the blood vessel that is probably involved : Explain symptoms a through c. Where is the lesion (area of CNS and side)? Identify the blood vessel that is probably involved.
Produce the correct code : The following code fragment produces the correct result sometimes and sometimes it does not. Explain what is happening and why.
Approach to investing in foreign markets : Critically discuss the methods and theories that might be used by a company to help it decide its approach to investing in foreign markets.
Explain which company appears to be the most liquid : Below are three ratios calculated for Huey, Louie, and Dewey Companies for 2008 and 2009. Explain which company appears to be the most liquid.
What medical test best confirm reasoning for patient symptom : What would you consider is a major medical complication for this patient other than the newly diagnosed stroke? Please consider the appropriate classification and type of condition for this patient's pulmonary diagnosis. Provide rationale for your..
Characteristics affecting consumer behaviour : Writing Task In the assessment block you will find the task "Portfolio task 2 - Consumer behaviour". Provide an advertisement for a product you regularly use or consume - it can be a print ad from a newspaper or magazine or it can be a TV ad if yo..

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