How do you flush a buffer in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


What is the use of endl?

0 Answers  


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,


What are the stages in the development cycle?

0 Answers  


What are manipulators in c++ with example?

0 Answers  






What is meant by the term name mangling in c++?

0 Answers  


Is c++ proprietary?

0 Answers  


Differentiate between structure and class in c++.

0 Answers  


Using a smart pointer can we iterate through a container?

0 Answers  


What is a class template?

0 Answers  


Give example of a pure virtual function in c++?

0 Answers  


What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?

6 Answers   HCL, Integra, IPMC, ORG,


Categories