A variable data type

A variable usually have a type that is associated with that variable. A variable type defines which operations can be performed with a variable. For example it is possible to do division with variables of numeric type, but this operation does not make sense for strings.

Many of programming languages have the following simple data types: a single character, a string, an integer, a floating point number, a Boolean.

I have listed simple data types, I hope that I will list more complex data types later.

YouTube video



Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator