What is the difference between a definition and a declaration?


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

Post New Answer

More C++ General Interview Questions

What do you mean by overhead in c++?

0 Answers  


When copy constructor can be used?

4 Answers   Symphony,


What are the rules for naming an identifier?

0 Answers  


When is the copy constructor called?

0 Answers  


Explain working of printf?

8 Answers  






class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What is flush () in c++?

0 Answers  


Explain the concept of dynamic allocation of memory?

0 Answers  


Explain some examples of operator overloading?

0 Answers  


Mention the storage classes in c++.

0 Answers  


How can you link a c++ program to c functions?

0 Answers  


What is a constant reference?

0 Answers  


Categories