Computer Science, asked by skrabhistar3920, 10 months ago

What are data types write the different data types used in a baar

Answers

Answered by Anonymous
0

Answer:

What are Data Types and Icons?

String values.

Number (Integer) values.

Date values.

Date & Time values.

Boolean values.

Geographic values.

Cluster or mixed values.

Answered by StaceeLichtenstein
0

Datatypes describe what kind of data or value is stored in the variable There are two types of datatype primitive and non primitive datatype .

Explanation:

  • The primitive datatype are those which is already defined we have  only used them according to the need .
  • The int,char ,float ,string are comes under these categories .

       int: store only integer value

       char:store only character value .

      float:store the decimal point value .

      boolean;used for storing true/false

  • Non primitive datatype which are defined by the user according to their need.
  • array ,structure and class are the example of non primitive datatype .

    Array: store collection of similar elements of same type .

     Structure : Store dissimilar values.

Learn More :

https://brainly.in/question/8295387

Similar questions