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++?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What new()is different from malloc()?

1162


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

1089


What do you mean by early binding?

1132


What is data types c++?

1069


Why do we use classes in c++?

1114


Who made c++?

1133


Define stacks. Provide an example where they are useful.

1076


which of the following is not an secondary constant a) array b) real c) union

1856


Which operator cannot be overloaded c++?

1062


Why use of template is better than a base class?

1256


What are files in c++?

1090


What is scope resolution operator in c++ with example?

1092


What is meant by forward referencing and when should it be used?

1073


What is expression parser in c++

2564


Write a program to find the reverse Fibonacci series starting from N.

1351