Please log in or register to answer this question.

1 Answer

0 votes
by

Modifier is a prefix to the basic data type which is used to indicate the modification for storage space allocation to a variable.

Example– In a 32-bit processor, storage space for the int data type is 4.When we use it with modifier the storage space change as follows:

  • Long int: Storage space is 8 bit
  • Short int: Storage space is 2 bit

Related questions

0 votes
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
asked Oct 26, 2021 in Education by JackTerrance
0 votes
asked Jul 15, 2021 in Technology by JackTerrance
...