What does flush do?
No Answer is Posted For this Question
Be the First to Post Answer
Why the usage of pointers in C++ is not recommended ?
Write a program to add three numbers in C++ utilizing classes.
What are the advantages of c++ over c?
What is the difference between object-oriented programming and procedural programming?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
Is c++ still being used?
Describe linkages and types of linkages?
Out of fgets() and gets() which function is safe to use and why?
What is the use of object in c++?
Explain terminate() and unexpected() function?
What is the difference between cin.read() and cin.getline()?
Differentiate between a deep copy and a shallow copy?