Science, asked by kanikachaudary5563, 11 months ago

Describe data types with suitable examples

Answers

Answered by BavanaLand
0

Hey dude,

In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data.

Most programming languages support common data types of real, integer and boolean.

PHP supports the following data types:

String.

Integer.

Float (floating point numbers - also called double)

Boolean.

Array.

Object.

NULL.

Resource.

Similar questions