What does extern mean in a function declaration in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is purpose of abstract class?
What is the use of lambda in c++?
What is a friend function in c++?
What is a mutable member?
How many standards of c++ are there?
What is the difference between global int and static int declaration?
What is == in programming?
What is the default access level?
What is the difference between public, private, protected inheritance?
Disadvantages of c++
Do we have to use initialization list in spite of the assignment in constructors?
What is size of a object of following class? class Foo { public: void foo(){} }