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 an volatile variable?

Answer Posted / harish

volatile variable tells the compiler not to optimize the
code at run time.
example:
volatile int a = 20; // variable a is declared as volatile.
For more information check this out...

http://www.programmersheaven.com/articles/pathak/article1.htm

Is This Answer Correct ?    5 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between volatile and const volatile?

1048


What are the types of c language?

1080


What is use of #include in c?

1220


What are the application of c?

1162


What is define c?

1156


Differentiate between null and void pointers.

1231


What are the different data types in C?

1249


Write a program to print “hello world” without using semicolon?

1182


Difference between goto, long jmp() and setjmp()?

1235


Why is #define used?

1332


How can I find out if there are characters available for reading?

1165


What are the salient features of c languages?

1139


Explain enumerated types in c language?

1104


How do you convert strings to numbers in C?

1296


How can I determine whether a machines byte order is big-endian or little-endian?

1124