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 are the advantage of using register variables?
Write a program to concatenate two strings.
What is function prototyping?
what are the iterator and generic algorithms.
Specify different types of decision control statements?
Should I learn c or c++ or c#?
What is a memory leak c++?
Is string an object in c++?
What do you mean by storage classes?
What is pointer with example?
What are the extraction and insertion operators in c++? Explain with examples.
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Explain what data encapsulation is in c++?
Is std :: string immutable?
What is function prototyping? What are its advantages?