What is the difference between Datatype and variable


Difference between Datatype and variable

                 In the previous post , we discussed about variables. Following terms are used.
 i]  Datatype
 ii] Variables

Let us discuss with the example
    int  value = 10;

Here
     int is the datatype
     value is the variable which is holding the value



Previous
Next Post »