What is flush c++?
Answer / Sanjeev Kumar Gautam
The 'flush' function in C++ is used to clear and force the output buffer of a stream. It ensures that all the data that has been buffered for output is written immediately.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a Structure contain a Pointer to itself?
Show the declaration for a static function pointer.
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
Explain what are single and multiple inheritances in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is difference between class and structure in c++?
What are dynamic type checking?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
program explaining feautures of c++
If a function doesn’t return a value, how do you declare the function?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
What is the use of class in c++?