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 / agung bakhtiar

A volatile variable is the one whose values may be changed at any time by some external sources

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1222


Write a code to generate divisors of an integer?

1105


How to throw some light on the b tree?

1153


What is pre-emptive data structure and explain it with example?

3788


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

1234


How do you list files in a directory?

1210


What is the difference between the expression “++a” and “a++”?

1271


What is a null pointer in c?

1310


number of times a digit is present in a number

2080


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2487


If you know then define #pragma?

1165


What are c header files?

1037


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2288


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

1115


What is the use of ?

1083