Illegal assignment error will occur when you'll try to assign a value of one data type to a variable of some other data type. For example: here we tried to assign an integer value to a boolean variable so we got the error as "Illegal Assignment from Integer to Boolean"