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...

Q. where is the below variables stored ?
- volatile, static, register

Answer Posted / kiruthikau

local variables-->stack
global variable-->data memory
register variable-->CPU registers
static variable-->main memory


Volatile is a type qualifier not a storage class specifier.
So it does not determine storage location.

When we declare a variable as volatile the compiler will
examine the value of the variable each time it is
encountered to see if an external factor has changed the value.

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of linkage in c language?

1102


What is f'n in math?

1137


How do you use a pointer to a function?

1148


What is string length in c?

1159


Explain what is the difference between functions getch() and getche()?

1112


What is const and volatile in c?

1095


Write a C program in Fibonacci series.

1135


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

1099


Why do we use int main instead of void main in c?

1199


Write a program to reverse a linked list in c.

1179


What are the types of bitwise operator?

1164


What are the types of unary operators?

1251


What is the difference between far and near in c?

1121


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

1049


What is keyword with example?

1123