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
What is virtual table?
How do I run a program in notepad ++?
What is polymorphism & list its types in c++?
What is a pointer how and when is it used?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Mention the ways in which parameterized can be invoked. Give an example of each.
what is the difference between overloading & overriding? give example.
What character terminates all character array strings a) b) . c) END
what do you mean by volatile variable?
What is meant by a delegate?
Where the memory to the static variables is allocated?
Can we use struct in c++?
Which coding certification is best?
How does a copy constructor differs from an overloaded assignment operator?
What is the difference between equal to (==) and assignment operator (=)?