How do I write a c++ program?
No Answer is Posted For this Question
Be the First to Post Answer
What are the two types of comments?
What is the most useful programming language?
What is a dangling pointer?
What can c++ be used for?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
what is the emaning of '#include" "'?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is the use of setprecision in c++?
Why is c++ is better than c?
what is static function
What is istream c++?
Do you need a main function in c++?