Answer Posted / reejusri
One more thing i want to add in above answer that is if
compiler sees keyword volatile it skips that variable from
optimization of code, becasue since it is very dymanic in
nature and to manage such type of variable for
optimaization is costly.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can you pass an array to a function in c++?
What are files in c++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
what is C++ objects?
How many types of classes are there in c++?
Describe the advantages of operator overloading?
what is VOID?
What is the most common mistake on c++ and oo projects?
What are c++ stream classes?
Which programming language should I learn first?
Write about the members that a derived class can add?
What's the "software peter principleā?
How many standards of c++ are there?
Write about the stack unwinding?
How many keywords are used in c++?