Which variable is used to store large amount of data
Answers
Answered by
0
Answer:
Different programming language have have different way to store data ex.In jivi biginteger is used to deal with large amount of data
Answered by
0
Datatypes in Programming Languages
- Different types of programming languages use different set of data types for variable declaration.
- In C#, long data type is used to store very large value Integers.
- The largest primitive data type is long double.
- In Oracle, there is the concept of Large Objects(Lobs) which are data types that can store very large data sizes of 8 terabytes to 128 terabytes.
- Different types of LOBs available are : BLOB and CLOB.
- BLOB or Binary Large Object store data in binary format best used for storing, images, audios etc.
- CLOB or Character Large Object store large string data in database character set format.
To know more about datatypes, visit:
https://brainly.in/question/15433345
Similar questions