How do you clear a buffer in c++?
Answer / Rizwan Ali
To clear a buffer in C++, you can use the 'std::fill' function to fill it with a specific value or 'std::memset' if dealing with raw memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the properties and principles of oop.
What is ios class in c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Is map ordered c++?
What are the rules for naming an identifier?
Is it possible for the objects to read and write themselves?
What are the advantages of pointers?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
How do you initialize a string in c++?
Why is polymorphism useful?
Please explain the reference variable in c++?
Difference between a homogeneous and a heterogeneous container