What gives the current position of the put pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Out of fgets() and gets() which function is safe to use and why?
Why are pointers used?
What is token c++?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
Who calls main function?
What is the use of ::(scope resolution operator)?
Explain the concept of inheritance in C++.
Why do we need constructors in c++?
What is class invariant?
Explain static and dynamic memory allocation with an example each.
Is vector a class in c++?