Computer Science, asked by opsaksham34, 7 months ago


An ______
is used to write as well as modify the program.​

Answers

Answered by keyboardavro
1

Answer:

the answer would be a modifier

The amount of memory space to be allocated for a variable is derived by modifiers. Modifiers are prefixed with basic data types to modify (either increase or decrease) the amount of storage space allocated to a variable. For example, storage space for int data type is 4 byte for 32 bit processor.

Similar questions