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 is #line in c?

972


How can I remove the trailing spaces from a string?

1035


What is page thrashing?

1034


What is scope of variable in c?

1003


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2517


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

2060


What is a program flowchart?

1131


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1058


Is array name a pointer?

1004


Can the curly brackets { } be used to enclose a single line of code?

1129


What is an lvalue?

1024


What is the full form of getch?

1201


What is this pointer in c plus plus?

1036


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1032


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

1000