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
What is virtual destructors? Why they are used?
what are the iterator and generic algorithms.
How is static data member similar to a global variable?
What is the difference between the compiler and the preprocessor?
What is the use of ::(scope resolution operator)?
sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
Why we use #include iostream in c++?
Does a derived class inherit or doesn't inherit?
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
How would you obtain segment and offset addresses from a far address of a memory location?
How do you initialize a class member, class x { const int i; };
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3