Computer Science, asked by arhithpattathil4795, 1 year ago

Define primitive and nonprimitive data structure

Answers

Answered by CBSEMP
1
In computer science, primitive data type is either of the following: a basictype is a data type provided by a programming language as a basic building block. Most languages allow more complicated composite types to be recursively constructed starting from basic types.

A data type is a classification of data, which can store a specific typeof information. Data types are primarily used in computer programming, in which variables are created to store data. ... For example, a programmer may create a variable called "lastname" and define it as a string data type.
Answered by sumanrudra22843
0

Explanation:

Primitive data types are predefined types of data, which are supported by the programming language. For example, integer, character, and string are all primitive data types. ... In the Java programming language, non-primitive data types are simply called "objects" because they are created, rather than predefined

Similar questions