Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose the following code fragment has been executed: double x = 2.9; double y,z; y = (int)x + 0.1; printf(%.1f,y); /* A */ z =

Suppose the following code fragment has been executed:

double x = 2.9;

double y,z;

y = (int)x + 0.1;

printf(%.1f,y); /* A */

z = (int)(x+0.1);

printf(%.1f,z); /* B */

What is printed by the printf statement on line B?

A.

2

B.

2.1

C.

2.9

D.

3

E.

3.0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

1 2 3 Data Base Techniques

Authors: Dick Andersen

1st Edition

0880223464, 978-0880223461

More Books

Students also viewed these Databases questions

Question

LO2 Explain the major laws governing employee compensation.

Answered: 1 week ago