Which of the following is a keyword used for a storage class?
Answers
A storage class represents the visibility and a location of a variable. It tells from what part of code we can access a variable. A storage class is used to describe the following things:
orage class represents the visibility and a location of a variable. It tells from what part of code we can access a variable. A storage class is used to describe the following things:The variable scope.
orage class represents the visibility and a location of a variable. It tells from what part of code we can access a variable. A storage class is used to describe the following things:The variable scope.The location where the variable will be stored.
orage class represents the visibility and a location of a variable. It tells from what part of code we can access a variable. A storage class is used to describe the following things:The variable scope.The location where the variable will be stored.The initialized value of a variable.