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 is external and internal variables
What is dynamic memory allocation
what is storage classes in C

Answer Posted / ravi saini

External variable -- Variable that one going to be access
from another source file.Have life cycle for complete project.

Internal variable -- variable that one have the life cycle
for the particular block.

Dynamic memory allocation --Allocation of memory during RUN
time.

Storage Class --

Automatic : by default
Register : Use to access registers of CPU.If register is not
free than work as automatic.
Static : Have life cycle for whole project but access only
with in the initialized function block.Once initialized.
extern : above

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we open a binary file in Read/Write mode in C?

1275


What is function prototype in c with example?

1159


Why pointers are used in c?

1066


What is openmp in c?

1064


How many levels of pointers can you have?

1242


Which is an example of a structural homology?

1376


What is a stream in c programming?

1225


The difference between printf and fprintf is ?

1338


What is #include stdlib h?

1145


Describe the difference between = and == symbols in c programming?

1447


Explain how can I make sure that my program is the only one accessing a file?

1269


Is array a primitive data type in c?

1129


Explain setjmp()?

1113


Is fortran still used today?

1147


What are multibyte characters?

1187