Computer Science, asked by adityahero922, 1 month ago

B. Write the explanation of the following variables.

Attachments:

Answers

Answered by harshan145145
2

Answer:

INT-Int, short for "integer," is a fundamental variable type built into the compiler and used to define numeric variables holding whole numbers. Other data types include float and double. C, C++, C# and many other programming languages recognize int as a data type.

SHORT RUN-The short run is a concept that states that, within a certain period in the future, at least one input is fixed while others are variable. ... The short run does not refer to a specific duration of time but rather is unique to the firm, industry or economic variable being studied.

LONG-Long variables are extended size variables for number storage, and store 32 bits (4 bytes), from -2,147,483,648 to 2,147,483,647. If doing math with integers at least one of the values must be of type long, either an integer constant followed by an L or a variable of type long, forcing it to be a long.

BYTE-The byte data type is an 8-bit signed two's complement integer. It has a minimum value of -128 and a maximum value of 127 (inclusive). The byte data type can be useful for saving memory in large arrays, where the memory savings actually matters.

Answered by gp1590448
1

hope it helps you only l know 5

Attachments:
Similar questions