A function written in C++ is shown in the box above. 1. (a) What library does this code use? (using the name as written in the code is acceptable) (b) Identify two bugs or examples of bad practice in this code. (c) Re-write the specific lines identified in part b to indicate how you would correct these examples.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section10.4: Passing Addresses
Problem 1E
icon
Related questions
Question
100%
- Highlight
Draw
1
#include <stdio.h>
\\ function
3
int main () {
int a =
3;
6.
float b = 4.5;
%3D
int c = 5.25;
%3D
8.
float sum;
9.
10
sum = a + b + c
11
12
printf("The sum of a, b, and c is 8f.", sum);
13
return 0;
14
A function written in C++ is shown in the box above.
Transcribed Image Text:- Highlight Draw 1 #include <stdio.h> \\ function 3 int main () { int a = 3; 6. float b = 4.5; %3D int c = 5.25; %3D 8. float sum; 9. 10 sum = a + b + c 11 12 printf("The sum of a, b, and c is 8f.", sum); 13 return 0; 14 A function written in C++ is shown in the box above.
A function written in C++ is shown in the box above.
1. (a) What library does this code use? (using the name as written
in the code is acceptable)
(b) Identify two bugs or examples of bad practice in this code.
(c) Re-write the specific lines identified in part b to indicate how
you would correct these examples.
Transcribed Image Text:A function written in C++ is shown in the box above. 1. (a) What library does this code use? (using the name as written in the code is acceptable) (b) Identify two bugs or examples of bad practice in this code. (c) Re-write the specific lines identified in part b to indicate how you would correct these examples.
Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,