How can I disable the "echo" feature?
Answer / Vishwash Kumar Singh
In C++, there's no built-in way to disable the echo feature (displaying output on standard output) directly. To avoid printing unwanted output, you should use functions with appropriate output redirection or suppress output within your code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.
How does list r; differs from list r();?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is a rooted hierarchy?
Can we make copy constructor private in c++?
What are punctuators in c++?
What is a c++ class?
What does obj stand for?
Why c++ is created?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What are the different operators in C++?
How can you specify a class in C++?