What is a volatile variable in c++?


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

Post New Answer

More C++ General Interview Questions

Do we have private destructors?

12 Answers   Symphony, TCS,


What does scope resolution operator do?

0 Answers  


What is the use of cmath in c++?

0 Answers  


Who created c++?

0 Answers  


Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,






How can you quickly find the number of elements stored in a static array?

0 Answers  


Explain selection sorting?

0 Answers  


Explain some examples of operator overloading?

0 Answers  


List the features of oops in c++?

0 Answers  


what is smart pointer & use of the smart pointer ???

2 Answers  


Define inline function

1 Answers  


What is the use of setfill in c++?

0 Answers  


Categories