Create a make file to compile and link all three files

Assignment Help Programming Languages
Reference no: EM132211460

Question: (Write a program, and show the output too) C programming

Write functions in three file :

1. deposit.c

void deposit ( float *bal, float amount )

{

*bal = *bal + amount;

}

2. withdraw.c

void withdraw ( float *bal, float amount )

{

*bal = *bal - amount;

}

3. atm.c

int main ( )

{

float balance = 200.00 ;

deposit ( &balance , 10 ) ;

printf ( " Balance %f \n" , balance ) ;

withdraw ( &balance, 20 ) ;

printf ( " Balance %f \n" , balance ) ;

}

Create a make file to compile and link all three files.

Do not change the names of the three files: deposit.c , withdraw.c and atm.c

I will use your makefile to compile my versions of the files.

1. Just submit the makefile.

2. Your makefile should be able to compile individual files: deposit.c and withdraw.c

3. Your makefile should create a executable file : atm which I will execute and check. In other words, your makefile should have a target named atm will generate the executable

4. Your makefile should also have a target named clean that will erase all *.o files.

Make sure you don't delete *.c or *.txt files.

Reference no: EM132211460

Questions Cloud

Write program in script file that converts measure of area : Write a program in a script file that converts a measure of area given in units of either m^2, cm^2, in^2, ft^2, yd^2, or acre to the equivalent quantity.
Write a program stringarray usign given information : Write a program "StringArray" which creates a string array that contains your top 5 favorite kinds of foods (Italian, Chinese, etc.).
Write a program that stores the values : Write a program that stores the values ' X' and 76.1 in separate memory cells. Your program should get the values as data items and display them again.
What was the highest grade on test two : Write a method that takes in a teacher's last name and exam number via parameters. Ask the teacher (using her name) to tell you the highest score on that exam.
Create a make file to compile and link all three files : Create a make file to compile and link all three files. Do not change the names of the three files: deposit.c , withdraw.c and atm.c
Write a program that requests a floating point number : Write a program that requests a floating point number then separately outputs the integer and fractional components.
Write a program that simulates the rolling of two dice : Write a program that simulates the rolling of two dice. The program should use rand to roll the first die and again use it to roll the second die.
Write a program that repeatedly asks the user to type : Write a program that repeatedly asks the user to type in a sentence and press Enter. Your program will store each sentence the user types into some container.
Write a program that searches for a particular item : Write a program that searches for a particular item in a huge random array and see how long it take, using linear and binary searches.

Reviews

Write a Review

Programming Languages Questions & Answers

  Write a haskell program to calculates a balanced partition

Write a program in Haskell which calculates a balanced partition of N items where each item has a value between 0 and K such that the difference b/w the sum of the values of first partition,

  Create an application to run in the amazon ec2 service

In this project you will create an application to run in the Amazon EC2 service and you will also create a client that can run on local machine and access your application.

  Explain the process to develop a web page locally

Explain the process to develop a Web page locally

  Write functions

These 14 questions covers java class, Array, link list , generic class.

  Programming assignment

If the user wants to read the input from a file, then the output will also go into a different file . If the user wants to read the input interactively, then the output will go to the screen .

  Write a prolog program using swi proglog

Write a Prolog program using swi proglog

  Create a custom application using eclipse

Create a custom Application Using Eclipse Android Development

  Create a application using the mvc architecture

create a application using the MVC architecture. No scripting elements are allowed in JSP pages.

  Develops bespoke solutions for the rubber industry

Develops bespoke solutions for the rubber industry

  Design a program that models the worms behavior

Design a program that models the worm's behavior.

  Writing a class

Build a class for a type called Fraction

  Design a program that assigns seats on an airplane

Write a program that allows an instructor to keep a grade book and also design and implement a program that assigns seats on an airplane.

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