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 the function of the keyword ‘volatile’ in C++?



What is the function of the keyword ‘volatile’ in C++?..

Answer / nashiinformaticssolutions

A qualifier known as the volatile keyword can be used on a variable to let the compiler know that the value of the variable could change at any time. The primary goal of utilizing volatile is to stop source code optimizations on objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is realloc() and free()? What is difference between them?

1 Answers  


What is private public protected in c++?

0 Answers  


Explain mutable storage class specifier.

0 Answers  


What is the use of setfill in c++?

0 Answers  


What is the purpose of template?

0 Answers  


How do you initialize a string in c++?

0 Answers  


How would you use the functions randomize() and random()?

0 Answers  


What is stream and its types in c++?

0 Answers  


If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


Why is c++ is better than c?

0 Answers  


What is the need of a destructor? Explain with the help of an example.

0 Answers  


When do we use copy constructors?

0 Answers  


Categories