How do you flush std cout?


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

Post New Answer

More C++ General Interview Questions

How do you define/declare constants in c++?

0 Answers  


Is map ordered c++?

0 Answers  


Define macro.

0 Answers  


When should we use container classes instead of arrays?

0 Answers  


What operator is used to access a struct through a pointer a) >> b) -> c) *

0 Answers  






What are the advantages of c++?

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 advantages of using const reference arguments in a function?

0 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


In a function declaration, what does extern mean?

0 Answers  


What is pointer with example?

0 Answers  


What is a far pointer? where we use it?

0 Answers  


Categories