What do you mean by volatile and mutable keywords used in c++?


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

Post New Answer

More C++ General Interview Questions

Will rust take over c++?

0 Answers  


What is the best way to declare and define global variables?

0 Answers  


What are shallow and deep copy?

0 Answers  


What do you mean by early binding?

0 Answers  


What are class and object in C++?

1 Answers  






what kind of projects are suitable for c and c++

0 Answers  


What is size of null class?

6 Answers   HP,


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,


What does ctime() do?

0 Answers  


How would you use the functions memcpy(), memset(), memmove()?

0 Answers  


Is c++ the hardest language?

0 Answers  


Should you pass exceptions by value or by reference?

0 Answers  


Categories