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
Explain differences between alloc() and free()?
Does c++ vector allocate memory?
What is #include iostream h in c++?
What is a string example?
Explain the purpose of the keyword volatile.
Does c++ have a hash table?
Can we define a constructor as virtual in c++?
Declare a class vehicle and make it an abstract data type.
What is a .lib file in c++?
Do class declarations end with a semicolon?
Is linux written in c or c++?
What is a base class?
Describe private, protected and public?
What is enum class in c++?
Is c the same as c++?