Computer Science, asked by chethanchethu054, 7 hours ago

type of data to store register number of candidate​

Answers

Answered by brinlyqueen
2

Answer:

float, long and int data type can be stored in register.

Answered by mukeshsharma4365
0

Answer:

To kick things off, let’s talk about what is a data type. If I had to define it, I’d say that data type determines the kind, size, and range of data that can be stored in an object. So, this brings us to a question of objects that have data types:

Columns

Variables

Expressions

Parameters

These four SQL data types of objects are of the highest importance. Columns are obviously for tables. Every time we create a variable, we also need to assign a data type to it. In addition to those, we have expressions and parameters to conclude the list of objects that are going to hold data and therefore we need to specify what kind of data they will contain.

Moving on, let’s see the three categories of data types:

Built-in data types

User-defined alias data types

User-defined common language runtime (CLR) data types

There is not much to say about the first category. These are data types that we’re all used to. Below is a chart that lists well known built-in data types and their ranges:

Similar questions