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
do at the beginning of the block in the declaration of the variable for visual c.
E.g.
int main() { int deposit,withdraw,kbalance; char option; int decash,wicash int balance; int wibal; ...