What is buffering in c++?


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

Post New Answer

More C++ General Interview Questions

Where is atoi defined?

0 Answers  


What is Object Oriented programming.what is the difference between C++ and C?

8 Answers   Infosys,


What is the difference between global variables and static varables?

0 Answers  


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


Which operator cannot overload?

0 Answers  






What are advantages of using friend classes?

0 Answers  


Is it possible to provide default values while overloading a binary operator?

0 Answers  


Program to check whether a word is a sub-string or not of a string typed

0 Answers  


What is difference between malloc()/free() and new/delete?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

0 Answers   CTS,


Which field is used in c++?

0 Answers  


In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


Categories