English, asked by avishwanatulawar, 6 months ago

24 Which of the following is not a storage class specifier?
Ops: A.
o register
B.
o auto
C.
o set
D.
O mutable​

Answers

Answered by princejat429
3

Answer:

set

Explanation:

I I hope this is helpful for you

Answered by varshika1664
0

Answer:

The Correct Answer would be C. Set. Set is not a storage class specifier.

Explanation:

A storage class specifier is used to refine the assertion of a variable, a function, and parameters. Storage classes decide whether:

  • The object has internal, external, or no linkage.
  • The object is to be saved in reminiscence or in a register, if available.
  • The object gets the default preliminary value of zero or an indeterminate default preliminary value.
  • The object may be referenced at some stage in a software or most effective in the function, block, or supply report wherein the variable is defined.
  • The storage duration for the object is maintained at some stage in software run time or most effective for the duration of the execution of the block wherein the object is defined.

To know about storage classes of C++ : https://brainly.in/question/9068477

To know a about storage : https://brainly.in/question/39102045

Similar questions