answersLogoWhite

0


Best Answer

Memo

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a data type that can store variable amount of text or combination of text and numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Data type can store a variable amount of text or combination of text and numbers?

memo


In access 2007 what is the data type you can store a variable amount of text or combination of text and numbers?

Memo


What type of data type can store a variable amount of text or combination of text and numbers where the total number of characters may exceed 255?

memo


A n BLANK data type can store a variable amount of text or combination o text and numbers where the total number of characters may exceed 255 a Unlimited b Variable c Memo d Character?

memo


Can there be a negative float?

A float variable can store both positive and negative numbers.


How do you find the greatest of three numbers using ternery operator?

Compare the first two numbers with the ternary operator. Store the result in a temporary variable. Compare the temporary variable with the third number, again using the ternary operator.


Can variable resistors store electrical charge?

NO. Variable capacitory can store a small charge


Which special variable store an address of any other variable?

pointer


What is application of arrays in C programming?

Array is used in C to store data of similar data type. Arrays are used when we want to store data in large quantities, e.g. if we want to store 100 numbers we have to declare 100 variables and remembering name of each variable is a very difficult task, here comes the array we can declare a single variable int num[100] now this variable can store 100 different or same numbers and can be accessed by referencing as num[0],num[1],num[2] and so on. So, we can say that to reduce efforts we use arrays.


Where and how does EBCDIC encode the sign of a number?

It doesn't. EBCDIC is a code for encoding characters, not numbers. Of course you can store numbers in an alphanumeric variable, in which case you would use the minus sign for a negative number; but usually, numbers are stored in a more compact format. For example, 2's complement is commonly used to store integers.


What is a ponters in c-programming?

with the help of pointers we able to store the memory location of any variable. In c the pointer variable is use to store the memory location of any variable. The pointer variable is define as a simple variable but in pointer variable use a special "*" character at the left most side of name of pointer variable. If any variable name have * it means it is a pointer variable it hold the memory location of variable.


How do you store value in a variable?

By assigning a value to it.