Declaration is basically defining data type and length and assignment is to assign the value.
Below is the declaration --
var a integer /* this means we are declaring a variable a as integer data type */
a= 5 /* this is assignment,we are assigning 5 to variable a */
Copyright © 2026 eLLeNow.com All Rights Reserved.