Undeclared variables are those kinds of variables which do not exist in a program and hence, are not declared. If the program attempts to read it, there will be a runtime error. Undefined variables are variables which are declared but there has been no value given to them.