0
ATM mini c project?
How we add something new like last transaction showing in atm?
3 Respuestas
+ 1
printf("last transaction")
printf() is used to print message to visible screen area.
Like why are you asking this question? are you really building ATM ?
0
If it's just the last transaction you need to recall....then, declare a string e.g. char transaction[20]....then after each actual transaction, strcpy() the transaction name into the char array.
(just an idea).
We need to see your code first really as there might be a better way e.g set a flag and pass that though a switch construct.
0
Sudarshan Rai 👑 No, I am just making the project for my clg assignment .