What are data types write the different data types used in a baar
Answers
Answered by
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
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