In a function declaration what does extern means?
No Answer is Posted For this Question
Be the First to Post Answer
What is class invariant?
What do you mean by const correctness?
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
Explain calling an object's member function(declared virtual)from its constructor?
Is ca high or low level language?
How can I learn c++ easily?
What is the Difference between "C structure" and "C++ structure"?
What is command line arguments in C++? What are its uses? Where we have to use this?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Explain queue. How it can be implemented?
What is c++ used for in games?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass