How can I disable the "echo" feature?



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

Post New Answer

More C++ General Interview Questions

Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.

0 Answers   TCS,


How does list r; differs from list r();?

1 Answers  


What can I safely assume about the initial values of variables which are not explicitly initialized?

1 Answers  


What is a rooted hierarchy?

1 Answers  


Can we make copy constructor private in c++?

1 Answers  


What are punctuators in c++?

1 Answers  


What is a c++ class?

1 Answers  


What does obj stand for?

1 Answers  


Why c++ is created?

1 Answers  


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

1 Answers  


What are the different operators in C++?

3 Answers   HP,


How can you specify a class in C++?

1 Answers  


Categories