Is c or c++ more useful?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is bubble sort c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is abstract keyword in c++?
What is the difference between an enumeration and a set of pre-processor # defines?
What are protected members in c++?
Name the operators that cannot be overloaded in C++?
Write a recursive program to calculate factorial in c++.
Explain Text Manipulation Routines?
Where the memory to the static variables is allocated?
Explain RAII (Resource Acquisition Is Initialization).
What is searching? Explain linear and binary search.