Name four predefined macros.
No Answer is Posted For this Question
Be the First to Post Answer
What are the sizes and ranges of the basic c++ data types?
What is constant in c++ with example?
Why do you use the namespace feature?
Explain about Garbage Collector?
Should the member functions which are made public in the base class be hidden?
What are c++ stream classes?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
in C++ , the word plus plus who found this?
What is the main purpose of c++?
Explain calling an object's member function(declared virtual)from its constructor?
What is the difference between public and private data members?
Can static member variables be private?