#include <stdio.h> struct customer { int phone_no; char name[80]; int balance; }; void accept(struct customer[], in | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

#include <stdio.h> struct customer { int phone_no; char name[80]; int balance; }; void accept(struct customer[], in

C program that simulates how an e- money system like ecocash works

5th Mar 2022, 6:43 AM
Letwin Rgwodzi
1 Answer
0
Do you have any problem?
6th Mar 2022, 10:32 AM
Aaron Stone
Aaron Stone - avatar