I am trying to compile a small bank program in C in visual studio 2012 express. It shows me this error \"undeclared identifier\" for almost all variables and this one too \"synt
Move this:
int balance; printf("Enter your current Balance\n"); scanf_s("%d",&balance);
Before the switch statement.
switch