What is the size of integer variable?
No Answer is Posted For this Question
Be the First to Post Answer
Explain linked list using c++ with an example?
Declare a class vehicle and make it an abstract data type.
What is binary search in c++?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
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 a storage class used in c++?
Explain the use of this pointer?
What are the various arithmetic operators in c++?
Is java easier than c++?
What is ios :: in in c++?
What data encapsulation is in c++?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?