If you want to share several functions or variables in several files maitaining the consistency how would you share it?


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

Post New Answer

More C++ General Interview Questions

How does code-bloating occur in c++?

0 Answers  


What is Destructor in C++?

0 Answers  


What is binary search in c++?

0 Answers  


what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking

2 Answers   Hughes,


Program to check whether a word is a sub-string or not of a string typed

0 Answers  






What are virtual constructors/destructors?

0 Answers  


What is long in c++?

0 Answers  


Can we define function inside main in c++?

0 Answers  


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

0 Answers  


What does int * mean in c++?

0 Answers  


What is virtual destructors? Why they are used?

1 Answers  


What are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


Categories