what is the definition of storage classes?
Answers were Sorted based on User's Feedback
Answer / shobana
variables in C can have not only data type but also storage
class that provides information about their location and
visibility. The storage class decides the portion of the
program within which the variables are recognized.
| Is This Answer Correct ? | 38 Yes | 7 No |
Answer / nakul sharma
Storage class in C language defines the memory type in which any variable is going to be stored in C program.
| Is This Answer Correct ? | 5 Yes | 8 No |
Answer / venkata mahesh
at the level of the language as a storage class persistence
is defined on ... A program written in C is passed through
a precompilation phase in which the statements related to
persistence are converted into their corresponding storage
system calls.
| Is This Answer Correct ? | 8 Yes | 16 No |
how to do in place reversal of a linked list(singly or doubly)?
Example of friendly function in c++
what is the code to display color fonts in the output?
i got 75% in all semester am i eligible for your company
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
Explain can you assign a different address to an array tag?
What is c system32 taskhostw exe?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
Difference between MAC vs. IP Addressing
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
Can a variable be both static and volatile in c?