what is the definition of storage classes?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Calculate 1*2*3*____*n using recursive function??

1519


Do you know the difference between malloc() and calloc() function?

616


c program to compute AREA under integral

1812


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1306


Subtract Two Number Without Using Subtraction Operator

358






Tell me the use of bit field in c language?

630


Is fortran faster than c?

585


What is difference between main and void main?

630


What does the characters “r” and “w” mean when writing programs that will make use of files?

859


Explain what is meant by high-order and low-order bytes?

635


How does pointer work in c?

622


What is the use of pragma in embedded c?

593


Why we use conio h in c?

588


Write the syntax and purpose of a switch statement in C.

629


all c language question

1877