What is purpose of new operator?
No Answer is Posted For this Question
Be the First to Post Answer
Should the this pointer can be used in the constructor?
What apps are written in c++?
What do nonglobal variables default to a) auto b) register c) static
What are iterators in c++?
What is #include cstdlib in c++?
How can we read/write Structures from/to data files?
What is do..while loops structure?
What is abstract class in c++?
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 Destructor in C++?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
Why are pointers used?