What is c++ best used for?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use templates?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Explain calling an object's member function(declared virtual)from its constructor?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
How long will it take to learn programming?
When does a name clash occur in c++?
Define the process of handling in case of destructor failure?
What is purpose of new operator?
What is the difference between new() and malloc()?
Why can you not make a constructor as const?
Describe Trees using C++ with an example.
why v use c++ even we have microprocessor