what is the definition of storage classes?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is stack a keyword in c?

631


What is a MAC Address?

624


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1579


Explain how can a program be made to print the line number where an error occurs?

688


What are the valid places to have keyword “break”?

645






1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1909


How do you define a string?

649


Explain union.

632


What is a keyword?

740


What is the use of typedef in c?

577


What is selection sort in c?

601


Is it better to bitshift a value than to multiply by 2?

654


Explain how does flowchart help in writing a program?

621


What are the different types of pointers used in c language?

609


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

599