Customer Billing System C Project | With Source Code

Share:
real-time-programming
A real-time customer billing console application. It is a mini project developed especially to generate customer billing for the medical store, cafes, shops, super market, etc. 

The entire program has been written with C - language only. The program is compiled in Turbo C++ using turbo c compiler. 

The program contains common header files stdio.h, conio.h, and dos.h for 'getdate' function. 


Features

  • Optimised Code - Less than 60 lines of code
  • Can add any number of Items
  • Shows Purchased Date
  • Structured Base
  • Proper Layout Design 
  • Real-Time Application

Console Screen

c-program-for-supermarket-billing

Source Code

Feel free to ask if any error occurs or code is not understood in the comment section.

                Happy Coding!

24 comments:

  1. Nice article. https://freemeonlinehelp.blogspot.com/p/blog-page.html?m=1

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Replies
    1. Please do not comment your blog/site link, such comment won't be published.

      Delete
  4. i can't run this it's showed problem in line 52

    ReplyDelete
  5. it's not working my c - free software

    ReplyDelete
    Replies
    1. This program was compiled on a turbo c compiler. C- free uses gcc compiler. To run on the gcc compiler you need to change some minor changes in existing code such as removing of floating pointer etc. Hope you understand.

      Delete
  6. I can't run this program.. error in the line float *p =&a and many lines showing declaration error... And final line... Also showing error

    ReplyDelete
    Replies
    1. It means you've tried to compile with GCC compiler. Better to run on Turbo C to get rid of the errors. I'll sure post a new code for the GCC very soon... stay tuned

      Delete
  7. there are few errors comming in my program ... plz help me

    ReplyDelete
  8. Can i get detailed report on this project including flowcharts and pseudo code s

    ReplyDelete
    Replies
    1. Sorry, This article was written with the aim of just providing the source code for customer billing. If you want to make a flow chart from it, you can easily try it at your end. Else, I'll post an article if such requested by more visitors.

      Delete
  9. sir this program runs in online gdb compiler

    ReplyDelete
    Replies
    1. I didn't try. You may try and let me know the response. I have tested it on Turbo C++ IDE

      Delete
  10. dude!!!!!!!!!
    but if possible could you please explain the wise working of the program
    i'm gonna do as presentation on this program but as i know only the basics of C programming understanding it is a bit tough, so if possible could u please give a link or something so that we can understand its stepwise algorithm..............

    ReplyDelete