What is the use of volatile variable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Which is the best c++ compiler?

0 Answers  


What is protected inheritance?

0 Answers  


What is a dynamic binding in c++?

0 Answers  


Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  






When we use Abstract Class and when we use Interface?where we will implement in real time?

0 Answers  


How is c++ used in the real world?

0 Answers  


Is arr and &arr are same expression for an array?

0 Answers  


Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,


can output 5 students using one dimensional array

1 Answers   Intel,


When is a template a better solution than a base class?

1 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


Categories