Hi,
I am making a cash register in C. I want to have an add ,remove functionality.I am doing that I get an error.
The user will press 1 and they will be able to add the item name and the item price.
my code is:
<code>
#include <stdio.h>
int itemPrice = 0;
char itemName ;
int main(int argc...