What is the use of seekg in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a literal in c++?
How do you decide which integer type to use?
What is lazy initialization in c++?
Is java the same as c++?
What is the advantage of an external iterator.
What you mean by early binding and late binding? How it is related to dynamic binding?
Explain unexpected() function?
How many types of classes are there in c++?
What is cin clear () in c++?
What are advantages and disadvantages of Design patterns?
Explain what are accessor methods?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes