When should you use global variables?
No Answer is Posted For this Question
Be the First to Post Answer
In the derived class, which data member of the base class are visible?
How do we implement inheritance in c++?
Why is standard template library used?
How is new() different from malloc()?
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
What are the basics of classifying different storage types, why?
2 Answers Astergate, Symphony,
Why are pointers used?
What is function prototyping?
How do c++ struct differs from the c++ class?
What is the insertion operator and what does it do?
What is the use of dot in c++?
Can I create my own functions in c++?