Incase of a function declaration, what is extern means?
No Answer is Posted For this Question
Be the First to Post Answer
What are containers in c++?
What is the difference between prefix and postfix versions of operator++()?
write infinite loop in C++ which does not use any variable or constant?
How much maximum can you allocate in a single call to malloc()?
What is a class definition?
Describe the setting up of my member functions to avoid overriding by the derived class?
write the prime no program in c++?
How do you clear a buffer in c++?
Can we have "Virtual Constructors"?
What are the various arithmetic operators in c++?
Will a catch statement catch a derived exception if it is looking for the base class?
What is #include cmath?