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
How many types of classes are there in c++?
What are the types of container classes?
What does catch(…) mean?
Write a program to interchange 2 variables without using the third one.
What are friend functions in C++?
List the merits and demerits of declaring a nested class in C++?
What is the v-ptr?
How to declare an array of pointers to integer?
What are arrays c++?
what are the iterator and generic algorithms.
Write a program to find the Fibonacci series recursively.
Why would you use pointers in c++?
What is constructor c++?
How much do c++ programmers make?
What is abstraction with real time example?