what are the characteristics of Class Members in C++?


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

Post New Answer

More C++ General Interview Questions

Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


Are vectors faster than arrays?

0 Answers  


What is a Default constructor?

1 Answers  


Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

0 Answers  






What is a reference in C++?

1 Answers  


Is it possible to get the source code back from binary file?

1 Answers  


What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  


What kind of problems can be solved by a namespace?

0 Answers  


What is an orthogonal base class in c++?

0 Answers  


Mention the storage classes in c++.

0 Answers  


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


Categories