What does extern mean in a function declaration in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need pointers?
What is volatile and pragma? When they are used?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
Can we declare a base-class destructor as virtual?
How do you know that your class needs a virtual destructor?
Is c++ the hardest programming language?
What is auto type c++?
What do you mean by C++ access specifiers ?
How is new() different from malloc()?
Describe linked list using C++ with an example.
What is public, protected, private in c++?
What and all can a compiler provides by default?