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

Explain the uses of static class data?

0 Answers  


A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

0 Answers   CTS,


difference between macro and function?

3 Answers  


What is an adaptor class or wrapper class in c++?

0 Answers  






whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


What is size of a empty class?

7 Answers   Microsoft, Tata Elxsi, Wipro,


What are manipulators in c++ with example?

0 Answers  


What are the various operations performed on stack?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


Can you explicitly call a destructor on a local variable?

0 Answers  


What do you mean by volatile and mutable keywords used in c++?

0 Answers  


Categories