What is command line arguments in C++? What are its uses? Where we have to use this?
No Answer is Posted For this Question
Be the First to Post Answer
When copy constructor can be used?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
By using c++ with an example describe linked list?
What is static function? Explain with an example
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
When the design recommends static functions?
differance between copy & clon
Which function cannot be overloaded c++?
When should you use global variables?
Which operator cannot be overloaded c++?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
What is c++ hash?