What is the use of main function in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Who invented turbo c++?
Is there any problem with the following: char *a=NULL; char& p = *a;?
Explain the difference between c++ and java.
Define the process of error-handling in case of constructor failure?
What is the this pointer?
which of the following is not an secondary constant a) array b) real c) union
Explain linked list using c++ with an example?
Why is standard template library used?
Describe delete operator?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Why c++ is faster than java?
Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?