Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are Storage Classes in C ?

Answer Posted / k.anil kumar

AUTO IS A DEFAULT SPECIFIER.THERE IS NO NECESSARY TO
MENTION IT.STATIC FOR LOCAL ANG GLOBAL IS DIFFERENT.STATIC
LOCAL REMAINS KNOWN ONLY TO THE BLOCK WN WHICH IT IS
DECLARED.STATIC GLOBAL IS KNOWN ONLY TO THE FILE.IT IS NOT
SUBJECTED TO ANY SIDE EFFECTS.EXTERN IS JUST A DECLARATION
BUT NOT DEFINITION.FOR INTEGERS AND CHARACTERS , THIS
TYPICALLY MEANS IN THE REGISTER OF THE CPU RATHER THAN IN
MEMORY,WHERE NORMAL VARIABLES ARE STORED.

Is This Answer Correct ?    27 Yes 68 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to find the biggest number of three numbers in c?

1104


Which of these functions is safer to use : fgets(), gets()? Why?

1164


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

1358


what is recursion in C

1117


What is array of pointers to string?

1161


What are the complete rules for header file searching?

1132


Explain 'far' and 'near' pointers in c.

1190


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

2210


What is selection sort in c?

1180


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

1170


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

1216


What is indirection? How many levels of pointers can you have?

1206


What are the properties of union in c?

1111


What are linked lists in c?

1180


What is action and transformation in spark?

1231