subject
Engineering, 17.09.2019 20:00 Thania3902

All instructions are given in the form of comments in the file. you are to again run the file in both gcc and visual studio (2017 or 2015 version). observe the outputs and make changes as asked.#include #pragma warning(disable : 4996) // needed in vs// cse 240 fall 2018 homework 2 question 3 (25 points)// note: you may notice some warnings when you compile in gcc or vs, that is okay.#define positive_1(x) ((x > 0) ? x : 0)#define polynomial_2(a, b) (a*a + 2*a + 4*a*b - b*b)int function_1(int a, int b) {return (a*a + 2*a + 4*a*b - b*b); }(a) run this program in visual studio(vs) and then again in gcc. note the output values for function_1 and polynomial_2.void part2(int x, int y) {int x_copy = x, y_copy = y; printf("function_1(x, y) = %d \n polynomial_2(x, y) = %d \n\n", function_1(++x, ++y), polynomial_2(++x_copy, ++y_copy)); (b) correct the program so that function_1 and polynomial_2 produce same correct output of 371.

ansver
Answers: 2

Another question on Engineering

question
Engineering, 04.07.2019 18:10
Steel is coated with a thin layer of ceramic to protect against corrosion. what do you expect to happen to the coating when the temperature of the steel is increased significantly? explain.
Answers: 1
question
Engineering, 04.07.2019 18:10
The temperature of air decreases as it is compressed by an adiabatic compressor. a)- true b)- false
Answers: 2
question
Engineering, 04.07.2019 18:10
Carbon dioxide gas expands isotherm a turbine from 1 mpa, 500 k at 200 kpa. assuming the ideal gas model and neglecting the kinetic and potential energies, determine the change in entropy, heat transfer and work for each kilogram of co2.
Answers: 2
question
Engineering, 04.07.2019 18:10
Assuming compressible flow of air and that the measurements are done at flagstaff a pitot static tube that gives the difference of total and static pressure measures 0.35 m of mercury. what is the velocity of air? assume the temperature to be 300k. (submit your excel or matlab calculation sheet)
Answers: 1
You know the right answer?
All instructions are given in the form of comments in the file. you are to again run the file in bot...
Questions
Questions on the website: 13722359