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