Explain how to initialize a const data member.


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

Post New Answer

More C++ General Interview Questions

What is endl c++?

0 Answers  


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

0 Answers  


How can you create a virtual copy constructor?

0 Answers  


Can you please explain the difference between overloading and overriding?

0 Answers  


which of the following is not an secondary constant a) array b) real c) union

0 Answers  






Explain about templates of C++.

0 Answers  


What is the use of volatile keyword in c++? Give an example.

1 Answers  


What jobs can you get with a c++ certification?

0 Answers  


What is array in c++ pdf?

0 Answers  


What are the uses of static class data?

0 Answers  


Describe functional overloading?

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,


Categories