Incase of a function declaration, what is extern means?
No Answer is Posted For this Question
Be the First to Post Answer
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Explain the difference between class and struct in c++?
What does catch(…) mean?
Can we generate a C++ source code from the binary file?
Explain the properties and principles of oop.
What is c++ course?
What is data abstraction? How is it different from data encapsulation?
why the size of an empty class is 1
Give an example of run-time polymorphism/virtual functions.
write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX
What is the full form of stl in c++?
What can I use instead of namespace std?