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
How do you declare A pointer to a function which receives nothing and returns nothing
What operators can you overload in c++?
What is a .h file c++?
How is c++ different from java?
What is the use of "new" operator?
Write any small program that will compile in "C" but not in "C++"
Why cstdlib is used in c++?
How much is c++ certification?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
What is the full form of c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
program to print this triangle * * * * * *