What is the use of seekg in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How do you differentiate between overloading the prefix and postfix increments?
In the derived class, which data member of the base class are visible?
Describe functional overloading?
Difference between Operator overloading and Functional overloading?
Explain what are accessor methods?
What is the difference between set and map in c++?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
What are smart pointer? Whats its use?
Explain the uses of static class data?
What are the types of container classes?
Difference between pass by value and pass by reference?
What are the benefits of operator overloading?