What are the rules about using an underscore in a c++ identifier?
No Answer is Posted For this Question
Be the First to Post Answer
Define precondition and post-condition to a member function?
Does a derived class inherit or doesn't inherit?
Why is main an int?
What is a rooted hierarchy?
1.what is the difference between software & package &application.
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring
Explain about vectors in c ++?
What is pure virtual function?
Which operator can not be overloaded in C++?
what is oops and list its features in c++?
You want to link a c++ program to c functions. How would you do it?
Differentiate between declaration and definition.