Answer Posted / guest
By using the keyword ?extern?
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
What is the best c++ book for beginners?
What do you mean by public protected and private in c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Explain one method to process an entire string as one unit?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Is c++ pass by reference or value?
What is c++ hiding?
What is c++ iterator?
Are there interfaces in c++?
What is a dll entry point?
What are advantages of using friend classes?
Differentiate between an array and a list?
What is the rule of three?
Define namespace in c++?
What are separators in c++?