Explain mutable storage class specifier.


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

Post New Answer

More C++ General Interview Questions

What is struct c++?

0 Answers  


3- Write a program to find larger and smaller of the two numbers.

4 Answers   Luminous,


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,


Explain the concept of dynamic allocation of memory?

0 Answers  


What is &x in c++?

0 Answers  






Explain queue. How it can be implemented?

0 Answers  


Which software is used to run c++ program?

0 Answers  


Can a program run without main in c++?

0 Answers  


What are raw sockets, where they are efficient?

2 Answers   Symphony,


Define 'std'.

0 Answers  


What are the benefits of pointers?

0 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


Categories