STORAGE CLASSES

12345678910
Across
  1. 2. A value stored in it can always accessed faster than one stored in memory.
  2. 4. Default value of both Static and External storage class.
  3. 7. storage classes are used to define the scope and ________ of the variables.
  4. 9. The storage place for automatic,static and external storage classes.
  5. 10. ____________variables are initialized only once, when the program is compiled.
Down
  1. 1. Default value of both Automatic and Register storage classes.
  2. 3. ___________variable should be avoided to declare as a register variable.
  3. 5. The keyword which is used to declare external variable.
  4. 6. If a variable is declared inside a function without storage class specification, by default,it is an
  5. 8. A storage loaction in the computer.